Explain user defined functions?



Explain user defined functions?..

Answer / Rahul Singh Kasera

User-Defined Functions (UDFs) in SQL Server are custom functions created by users to perform specific tasks that are not available as built-in functions. These functions can be used within a SELECT, INSERT, UPDATE, or WHERE clause.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What do you mean by normalisation?

1 Answers  


What is trigger explain with program?

1 Answers  


What is Transaction?

2 Answers  


how to find the particular row in table?(means suppose one table contain 10 rows , in these 10 rows how to find the particular row(example in 10 rows i want 5 row how)?

16 Answers   Accenture, IBM, Marlabs,


What is the command dbcc checkdb used for?

1 Answers  


What is checkpoint process in the sql server?

1 Answers  


Define ACID properties in a Database?

1 Answers   iNautix,


How do I debug a stored procedure in sql server?

1 Answers  


What is an extended stored procedure? Can you instantiate a COM object by using T-SQL?

3 Answers   HCL,


What are the database roles? : sql server security

1 Answers  


Explain couple pf features of SQL server

2 Answers  


Explain linked server in sql?

1 Answers  


Categories