Question:What happens during the execute phase with dynamic SQL for INSERT, UPDATE, and DELETE operations?
A The validity of the SQL statement is established
B An area of memory is established to process the SQL statement
C The SQL statement is run and the number of rows processed is returned
D The area of memory established to process the SQL statement is released
+ AnswerD
+ Report