Multiple choice technology programming languages Which is an /SQL*Plus command? INSERT UPDATE SELECT DESCRIBE DELETE Reveal answer Fill a bubble to check yourself D Correct answer Explanation DESCRIBE is a command specific to SQL*Plus used to display the structure of a table or view. INSERT, UPDATE, SELECT, and DELETE are standard SQL statements.