Which are iSQL*Plus commands? (Choose all that apply.)
A.
INSERT
B.
DELETE
C.
DESCRIBE
D.
RENAME
E.
UPDATE
F.
SELECT
Explanation:
:
The only SQL*Plus command in this list : DESCRIBE. It cannot be used as SQL command. This
command returns a description of tablename, including all columns in that table, the datatype for
each column and an indication of whether the column permits storage of NULL values.
Incorrect answer:
* INSERT is not a SQL*PLUS command
* UPDATE is not a SQL*PLUS command
* SELECT is not a SQL*PLUS command
* DELETE is not a SQL*PLUS command
* RENAME is not a SQL*PLUS command
Refer : Introduction to Oracle9i : SQL, Oracle University Study Guide, 7
ans: C