Which is an iSQL*PLUS command?
-
INSERT
-
UPDATE
-
SELECT
-
DESCRIBE
-
DELETE
-
RENAME
D
Correct answer
Explanation
The DESCRIBE command is a command-line utility command in SQL*Plus and iSQL*Plus used to display the structure of a table. SELECT, INSERT, UPDATE, and DELETE are standard SQL Data Manipulation Language (DML) statements, not client-specific commands.