Page 1 of 1

A data engineer needs to apply custom logic to string column city in table stores for a specific use case. In order to a

Posted: Mon Mar 27, 2023 1:39 pm
by answerhappygod
A data engineer needs to apply custom logic to string column city in table stores for a specific use case. In order to apply this custom logic at scale, the data engineer wants to create a SQL user-defined function (UDF).
Which of the following code blocks creates this SQL UDF?

A.
B.
C.
D.
E.