![]() |
#1
|
|||
|
![]() 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 ----------------------- | ||
|
|