Mystery of NULL in SQL Arithmetic

Report a typo

In SQL, consider the following arithmetic expressions with NULL values. What will be the result of each operation? Choose the correct options.

SELECT 5 + NULL;

and

SELECT NULL / NULL;
Select one option from the list
___

Create a free account to access the full topic