Multiple choice technology databases

Which is an /SQL*Plus command?

  1. insert

  2. update

  3. select

  4. describe

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

DESCRIBE is an SQL*Plus command that displays column structure of database objects. INSERT, UPDATE, SELECT are SQL commands (DML/DDL), not SQL*Plus commands. SQL*Plus commands are environment commands like DESCRIBE, SET, SHOW, ACCEPT that control the SQL*Plus session, not data manipulation.