Oracle
1Z0-061 · Question #106
Which are /SQL*Plus commands? (Choose all that apply.)
The correct answer is D. DESCRIBE. Describe is a valid iSQLPlus/ SQLPlus command. INSERT, UPDATE & DELETE are SQL DML Statements. A SELECT is an ANSI Standard SQL Statement not an iSQL*Plus Statement. RENAME is a DDL Statement.
Introduction to SQL
Question
Which are /SQL*Plus commands? (Choose all that apply.)
Options
- AINSERT
- BUPDATE
- CSELECT
- DDESCRIBE
- EDELETE
- FRENAME
How the community answered
(39 responses)- B15% (6)
- C3% (1)
- D74% (29)
- E3% (1)
- F5% (2)
Explanation
Describe is a valid iSQLPlus/ SQLPlus command. INSERT, UPDATE & DELETE are SQL DML Statements. A SELECT is an ANSI Standard SQL Statement not an iSQL*Plus Statement. RENAME is a DDL Statement.
Topics
#SQL*Plus commands#DESCRIBE#SQL vs iSQL*Plus#DML commands
Community Discussion
No community discussion yet for this question.