多选题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 successf
题目
多选题
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? ()
AARCHIVELOG mode must be enabled
BRow Movement must be enabled for the table
CFLASHBACK must be set to ON for the database
DThe UNDO_MANAGEMENT parameter must be set to AUTO
EThe UNDO_RETENTION parameter must be set appropriately
相似考题