ExamGecko
Question list
Search
Search

List of questions

Search

Question 119 - DEA-C01 discussion

Report
Export

UDTFs also called a table function, returns zero, one, or multiple rows for each input row?

A.
YES
Answers
A.
YES
B.
NO
Answers
B.
NO
Suggested answer: A

Explanation:

UDFs may be scalar or tabular.

A scalar function returns one output row for each input row. The returned row consists of a single column/value.

A tabular function, also called a table function, returns zero, one, or multiple rows for each input row.

A tabular UDF is defined by specifying a return clause that contains the TABLE keyword and specifies the names and data types of the columns in the table results. Tabular UDFs are often called UDTFs (user-defined table functions) or table UDFs.

asked 23/09/2024
Jaroslaw Mikolajczyk
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first