1Z0-061 · Question #140
Which is an iSQL*Plus command?
The correct answer is D. DESCRIBE. The only SQLPlus command in this list: DESCRIBE. It cannot be used as SQL command. This command returns a description of tablename, including all columns in that table, the datatype for each column and an indication of whether the column permits storage of NULL values…
Question
Which is an iSQL*Plus command?
Options
- AINSERT
- BUPDATE
- CSELECT
- DDESCRIBE
- EDELETE
- FRENAME
How the community answered
(37 responses)- B3% (1)
- C11% (4)
- D81% (30)
- F5% (2)
Explanation
The only SQLPlus command in this list: DESCRIBE. It cannot be used as SQL command. This command returns a description of tablename, including all columns in that table, the datatype for each column and an indication of whether the column permits storage of NULL values. Incorrect answer: A . INSERT is not a SQLPLUS command B . UPDATE is not a SQLPLUS command C . SELECT is not a SQLPLUS command E . DELETE is not a SQLPLUS command F . RENAME is not a SQLPLUS command
Topics
Community Discussion
No community discussion yet for this question.