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:

Verified
Correct Answer:
Verified
Related Questions
Q90: What are nested IF/THEN/ELSE structures?
Q91: The default buffer size in SQL*Plus is
Q92: What command is used to create a
Q93: Use the function _ to display a
Q94: In a PL/SQL decision control structure the
Q96: You must include a _ at the
Q97: In PL/SQL,the assignment operator is _.
Q98: Oracle10g stores _ data values internally in
Q99: The _ function converts either a number
Q100: Which string function is used to capitalize