Multiple choice technology databases

Which is an /SQL*Plus command?

  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 a SQL*Plus-specific command that displays table/column metadata. Options A, B, E, and F are SQL commands; 'describe' is the only SQL*Plus command listed.