The CUSTOMERS table has these columns: https://assets.asklib.com/images/image2/2018080116181325145.jpg Which statement finds the rows in the CUSTOMERS table that do not have a postal code?()

A . SELECT customer_id, customer_name FROM customers WHERE postal_code CONTAINS NULL; B . SELECT customer_id, customer_name FROM customers WHERE postal_code = '________'; C . SELECT customer_id, customer_name FROM customers WHERE postal_code IS NULL; D . SELECT customer_id, customer_name FROM customers WHERE postal code IS NVL; E . SELECT customer_id, customer_name FROM customers WHERE postal_code = NULL

时间:2022-11-07 20:22:28 所属题库:1Z0-007题库

相似题目