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? (Choose all that apply)
Comments