DBA > Job Interview Questions > What is Database Administrator, what is this job like?

How databases can be integrated with other new t

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How databases can be integrated with other new technologies - User-Defined Functions

User-Defined Functions
A user-defined function (UDF) provides a result based on a set of input values. UDFs are programs that can be executed in place of standard, built-in SQL scalar or column functions. A scalar function transforms data for each row of a result set; a column function evaluates each value for a particular column in each row of the results set and returns a single value. Once written, and defined to the RDBMS, a UDF becomes available just like any other built-in database function.

(Continued on next question...)

Other Job Interview Questions