Why would you develop an SQL procedure instead of a function?Note: There are 3 correct answers to this question.
Select all that apply, then click Submit answer.
-
○
You want to create a dynamic analytic privilege.
-
○
A temporary table must be created within the code.
-
○
Optimal performance is a priority.
-
○
The code should modify data in a table.
-
○
You need to use conditional logic.