Quizy
10-13-2011, 03:06 PM
Anyone know the answer to this ? Thanks in advance.
3. You have a Table “TaxPayer” with the values below. Write a SQL query that finds all records where the id column is NULL. What would the output be?
-------------------------
Name | id
Alex | 111
Bertha| 231
Bill | NULL
Chris | NULL
Lauren| 634
-----------------------
3. You have a Table “TaxPayer” with the values below. Write a SQL query that finds all records where the id column is NULL. What would the output be?
-------------------------
Name | id
Alex | 111
Bertha| 231
Bill | NULL
Chris | NULL
Lauren| 634
-----------------------