Which is an iSQL*Plus command ?
-
DESCRIBE
-
RENAME
-
DELETE
-
INSERT
A
Correct answer
Explanation
DESCRIBE is an iSQL*Plus command that displays the structure of a table or other database object. RENAME, DELETE, and INSERT are SQL statements (DDL/DML), not iSQL*Plus-specific commands. DESCRIBE can be abbreviated as DESC and provides column names, data types, and constraints.