Multiple choice Find the odd one out of the following SQL operations in ORACLE. date + number date - number date - date date + (number/24) 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.