Multiple choice softskills teamwork Which is an iSQL*Plus command? INSERT UPDATE SELECT DESCRIBE DELETE RENAME Reveal answer Fill a bubble to check yourself D Correct answer Explanation DESCRIBE is a command used in iSQL*Plus and SQL*Plus to display the structure of a table. INSERT, UPDATE, SELECT, DELETE, and RENAME are standard SQL (DML/DDL) statements, not specific environment commands like DESCRIBE, SET, or SPOOL.