QUESTION 6
What happens during the execute phase with dynamic SQL for INSERT, UPDATE, and DELETE operations?
(A) The rows are selected and ordered.
(B) The validity of the SQL statement is established.
(C) An area of memory is established to process the SQL statement.
(D) The SQL statement is run and the number of rows processed is returned.
(E) The area of memory established to process the SQL statement is released.
詳解 (共 1 筆)
未解鎖
問題解析 動態 SQL 在執行 (ex...