Which is an iSQL*Plus command?

Which is an iSQL*Plus command?

Which is an iSQL*Plus command?

A.
RENAME

B.
INSERT

C.
DESCRIBE

D.
DELETE

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



Leave a Reply 0

Your email address will not be published. Required fields are marked *