Q11 Single choice Mark for later When would you develop an SQL procedure instead of a function? A You need to implement Data Definition Language (DDL) statements. B The code should modify data in the table. C Optimal performance is apriority. D You need to use conditional logic. E You want to create a dynamic analytic privilege. Correct answer