Q44
Multiple choice
Examine this incomplete query:
SELECT DATE '2019-01-01' + <INTERVAL CLAUSE>
FROM DUAL;
Which three clauses can replace <INTERVAL CLAUSE> to add 12 hours to the date? (Choose three.)
Select all that apply.