What is the name for a function that returns a single value? Group of answer choices BY. A scalar function. A. A table-valued function c. Aggregate function D. None of the above code example
Example: execute table valued function in sql
SELECT
*
FROM
udfProductInYear(2017);