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.