Right Answer: User Defined Functions (UDFs) in SQL Server are custom functions created by users to perform specific calculations or operations that can return a single value (scalar UDF) or a table (table-valued UDF). They can be used in SQL queries just like built-in functions.