SnowPro Core Certification — Question 1167

What kind of value does a User-Defined Function (UDF) return? (Choose two.)

Answer options

Correct answer: D, E

Explanation

A User-Defined Function (UDF) can return both Scalar values and Tabular data. The other options, such as Dictionary, List, and Object, do not represent the typical return types for UDFs in many programming environments.