可学答题网 > 问答 > OCP 11G认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

The EMP table exists in your schema.


The EMP table exists in your schema. You want to execute the following query: SELECT ename, sal FROM emp AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL '6' MINUTE) WHERE ename = 'ALLEN'; What are the minimum requirements for the statement to execute successfully? ()

  • A ARCHIVELOG mode must be enabled
  • B Row Movement must be enabled for the table
  • C FLASHBACK must be set to ON for the database
  • D The UNDO_MANAGEMENT parameter must be set to AUTO
  • E The UNDO_RETENTION parameter must be set appropriately
参考答案
参考解析:
分类:OCP 11G认证考试题库
相关推荐

1、The EMP table contains these columns:

The EMP table contains these columns:EMPLOYEE_ID NUMBER(4)EMPNAME VARCHAR2 (25)SALARY NUMBER(9,2)HIRE_DATE DATEYou query the database with this SQL ...

2、The EMP table contains these columns:

The EMP table contains these columns:LAST_NAME VARCHAR2 (25)SALARY NUMBER (6,2)DEPARTMENT_ID NUMBER (6)You need to display the employees who have ...

3、The EMP table contains these columns:

The EMP table contains these columns:You need to display the employees who have not been assigned to any department.You write the SELECT statem...

4、Examine the data from the EMP table:

Examine the data from the EMP table:EMP_ID DEPT_ID COMMISSION1 10 5002 20 10003 104 10 6005 30 8006 30 2007 108 20 300The COMMISSION column ...

5、The EMP table has some discrepancy in

The EMP table has some discrepancy in data entry with a particular employee ID. You execute the query as shown in the Exhibit to retrieve al...

6、The EMP table has some discrepancy in

The EMP table has some discrepancy in data entry with a particular employee ID. You execute the query as shown in the Exhibit to retrieve al...