Multiple choice

Find the odd one out of the following SQL operations in ORACLE.

  1. date + number

  2. date - number

  3. date - date

  4. date + (number/24)

  5. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Difference between two dates returns a number. This output is different while others return only DATE.