Multiple choice technology databases Which is an /SQL*Plus command? INSERT UPDATE SELECT DESCRIBE DELETE 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.