Question:

What is the result of the following arithmetic operation in SQL: SELECT 5 + NULL AS RESULT?

Updated On: Nov 4, 2024
  • 5
  • NULL
  • 0
  • 5NULL
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

In SQL, any arithmetic operation with NULL results in NULL as it represents an absence of value.
Was this answer helpful?
0
0