Solved

What SQL Statement Could Not Be Part of a PL/SQL

Question 95

Multiple Choice

What SQL statement could not be part of a PL/SQL program?


A) INSERT INTO my_table ('abc') ;
B) SELECT * from my_table;
C) CREATE TABLE my_table (col1 CHAR(10) ) ;
D) DELETE my_table;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions