可学答题网 > 问答 > 1Z0-007题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Evaluate the set of SQL statements: C


Evaluate the set of SQL statements: CREATE TABLE dept (deptno NUMBER(2), dname VARCHAR2(14), loc VARCHAR2(13)); ROLLBACK; DESCRIBE DEPT What is true about the set?()

  • AThe DESCRIBE DEPT statement displays the structure of the DEPT table.
  • BThe ROLLBACK statement frees the storage space occupied by the DEPT table.
  • CThe DESCRIBE DEPT statement returns an error ORA-04043: object DEPT does not exist.
  • DThe DESCRIBE DEPT statement displays the structure of the DEPT table only if there is a COMMIT statement introduced before the ROLLBACK statement.
参考答案
参考解析:
分类:1Z0-007题库