What are user defined functions in ms sql server?



What are user defined functions in ms sql server?..

Answer / Kavita Rani

"User-defined functions (UDFs) in MS SQL Server are custom functions created by users to perform complex calculations or operations that are not available as built-in functions. You can create UDFs using the CREATE FUNCTION statement."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Does transparent data encryption provide encryption when transmitting data across the network?

1 Answers  


What is a sub-query? When would you use one?

3 Answers  


How to execute stored procedure in select statement sql server?

1 Answers  


How to connect ms access to sql servers through odbc?

1 Answers  


Can sql server 2016 run on windows 7?

1 Answers  


What do you understand by check constraint in sql server?

1 Answers  


What are the recovery models for a database?

1 Answers  


What are the restrictions while creating batches in sql server?

1 Answers  


Define full outer join?

1 Answers  


What is the query optimization statistics?

1 Answers  


what are user defined datatypes and when you should go for them? : Sql server database administration

1 Answers  


What is a NOLOCK?

3 Answers   NA,


Categories