Oracle Database SQL — Question 145

Which two queries execute successfully? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Options A and B are correct because they use valid interval arithmetic that can be executed in SQL. Option C is incorrect as it tries to subtract SYSDATE from an INTERVAL, which is not valid. Options D and E are also invalid since they involve operations that are not allowed with INTERVAL and SYSDATE.