Multiple choice technology databases

Which is iSQL*Plus commands?

  1. Insert

  2. Update

  3. Select

  4. Describe

  5. Delete

  6. Rename

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DESCRIBE is an iSQL*Plus command that displays the structure of a table, view, or other database object. Options A, B, C, E, and F are SQL commands (INSERT, UPDATE, SELECT, DELETE, RENAME), not iSQL*Plus-specific commands.