Multiple choice technology programming languages

Which is an /SQL*Plus command?

  1. INSERT

  2. UPDATE

  3. SELECT

  4. DESCRIBE

  5. DELETE

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

DESCRIBE is a command specific to SQL*Plus used to display the structure of a table or view. INSERT, UPDATE, SELECT, and DELETE are standard SQL statements.