Multiple choice technology databases

Which are iSQL*Plus commands? A. INSERT B. UPDATE C. SELECT D. DESCRIBE E. DELETE F. RENAME

  1. A

  2. B

  3. C

  4. D

  5. E

  6. F

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

iSQL*Plus commands (also called SQL*Plus commands) are environment-specific commands like DESCRIBE, ACCEPT, DEFINE, etc. They are not SQL statements. INSERT, UPDATE, SELECT, DELETE are SQL DML/DRL commands. RENAME is a SQL DDL command. Only DESCRIBE is an iSQL*Plus command among the options.