Kizspy | Question: 30
(Choose 1 answer)
Identify the correct query for viewing only those records wherein the customers have a phone number?
A. SELECT * from customers where phone IS NOT NULL
B. SELECT * from customers where phone = NOT NULL
C. SELECT * from customers where phone NOT NULL
D. SELECT * from customers where HAVING phone NOT NULL