Intern — Senior
How comparison with NULL affects the result of a SELECT query
livecode
Task condition
Suppose there is a column named id of type integer in the table. What result will the following query return?
Select id From table_name WHERE
id = NULL