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;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;Create a free account to access the full topic