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 proprietary command specific to the SQL*Plus environment used to view table structures, whereas SELECT, INSERT, UPDATE, DELETE, and RENAME are standard ANSI SQL statements.