Multiple choice technology databases

Which is an iSQL*Plus command ?

  1. DESCRIBE

  2. RENAME

  3. DELETE

  4. INSERT

Reveal answer Fill a bubble to check yourself
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.