Which SQL statement would you use to remove a view called EM

题目
单选题
Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?()
A

DROP emp_dept_uv;

B

DELETE emp_dept_uv;

C

REMOVE emp_dept_uv;

D

DROP VIEW emp_dept_uv;

E

DELETE VIEW emp_dept_uv;

F

REMOVE VIEW emp_dept_uv;

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?()

A. DROP emp_dept_uv;

B. DELETE emp_dept_uv;

C. REMOVE emp_dept_uv;

D. DROP VIEW emp_dept_uv;

E. DELETE VIEW emp_dept_uv;

F. REMOVE VIEW emp_dept_uv;


参考答案:D

第2题:

Which SQL statement would you use to remove a view called EMP_DEPT_VU from your schema?()

  • A、DROP emp_dept_uv;
  • B、DELETE emp_dept_uv;
  • C、REMOVE emp_dept_uv;
  • D、DROP VIEW emp_dept_uv;
  • E、DELETE VIEW emp_dept_uv;
  • F、REMOVE VIEW emp_dept_uv;

正确答案:D

第3题:

View the following SQL statements:You want to back out transaction T2. Which option would you use?()

A. It is possible, but transaction T3 also backs out.

B. It is possible with the NOCASCADE_FORCE option.

C. It is possible with the NONCONFLICT_ONLY option.

D. It is not possible because it has conflicts with transaction T3.


参考答案:B

第4题:

You work as a database administrator for Certkiller .com. You have set the retention period for Automatic Repository (AWR) statistics to four days and collection interval to 15 minutes. You want to view the statistics collected and stored in AWR snapshot. Which two methods would you use to view the AWR statistics?()

  • A、use enterprise manager
  • B、use DBMS_SQL package
  • C、use DBMS_AWR package
  • D、use PRVT_WORKLOAD package
  • E、query the AWR snapshot repository objects
  • F、use DBMS_WORKLOAD_REPOSITORY package

正确答案:A,F

第5题:

Which version of a view would you use if you just want a quick, easy view within your XPage?()

  • A、Data Table Control
  • B、View Control
  • C、Repeat Control
  • D、Filter by category View Control

正确答案:B

第6题:

Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?()

A. By default, EM express is available for a database after database creation.

B. You can use EM express to manage multiple databases running on the same server.

C. You can perform basic administrative tasks for pluggable databases by using the EM express interface.

D. You cannot start up or shut down a database Instance by using EM express.

E. You can create and configure pluggable databases by using EM express.


参考答案:D

第7题:

You need to perform certain data manipulation operations through a view called EMP_DEPT_VU, which you previously created. You want to look at the definition of the view (the SELECT statement on which the view was create.) How do you obtain the definition of the view? ()

  • A、Use the DESCRIBE command in the EMP_DEPT VU view.
  • B、Use the DEFINE VIEW command on the EMP_DEPT VU view.
  • C、Use the DESCRIBE VIEW command on the EMP_DEPT VU view.
  • D、Query the USER_VIEWS data dictionary view to search for the EMP_DEPT_VU view.
  • E、Query the USER_SOURCE data dictionary view to search for the EMP_DEPT_VU view.
  • F、Query the USER_OBJECTS data dictionary view to search for the EMP_DEPT_VU view.

正确答案:D

第8题:

View the Exhibit to examine the Automatic SQL Tuning result details.Which action would you suggest for the selected SQL statement in the Exhibit?()

A. Accept the recommended SQL profile.

B.Collect statistics for the related objects.

C. Run the Access Advisor for the SQL statement.

D. Run the Segment Advisor for recommendations.


参考答案:C

第9题:

Which type of PL/SQL construct would you use to automatically correct the error resulting from a statement that was suspended due to a space/x7frelated problem? ()

  • A、function
  • B、package
  • C、procedure
  • D、database trigger
  • E、anonymous PL/SQL block

正确答案:D

第10题:

Which type of PL/SQL construct would you use to automatically correct the error resulting from a statement that was suspended due to a space-related problem?()

  • A、 functions
  • B、 package
  • C、 procedure
  • D、 database trigger
  • E、 anonymous PL/SQL block

正确答案:D

更多相关问题