Oracle
1Z0-007 · Question #120
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 Statment not an iSQL*Plus Statement. RENAME is a DDL Statement.
Basic SQL SELECT Statements
Question
Which are /SQL*Plus commands? (Choose all that apply.)
Options
- AINSERT
- BUPDATE
- CSELECT
- DDESCRIBE
- EDELETE
- FRENAME
How the community answered
(62 responses)- A8% (5)
- B3% (2)
- C2% (1)
- D71% (44)
- E15% (9)
- F2% (1)
Explanation
Describe is a valid iSQLPlus/ SQLPlus command. INSERT, UPDATE & DELETE are SQL DML Statements. A SELECT is an ANSI Standard SQL Statment not an iSQL*Plus Statement. RENAME is a DDL Statement.
Topics
#SQL*Plus commands#DESCRIBE#client tools#DDL vs SQL
Community Discussion
No community discussion yet for this question.