nerdexam
Oracle

1Z0-007 · Question #82

Which are iSQL*Plus commands? (Choose all that apply.)

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 Incorrect…

Basic SQL SELECT Statements

Question

Which are iSQL*Plus commands? (Choose all that apply.)

Options

  • AINSERT
  • BUPDATE
  • CSELECT
  • DDESCRIBE
  • EDELETE
  • FRENAME

How the community answered

(32 responses)
  • A
    9% (3)
  • C
    6% (2)
  • D
    81% (26)
  • F
    3% (1)

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 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

#iSQL*Plus commands#DESCRIBE#SQL vs iSQL*Plus#SQL*Plus

Community Discussion

No community discussion yet for this question.

Full 1Z0-007 Practice