Multiple choice technology databases

Which is an iSQL*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

The DESCRIBE command is a command-line utility command in SQL*Plus and iSQL*Plus used to display the structure of a table. SELECT, INSERT, UPDATE, and DELETE are standard SQL Data Manipulation Language (DML) statements, not client-specific commands.