移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

The CUSTOMERS table has these columns: Which statement finds the rows in the CUSTOMERS table that do not have a postal code?()

发布日期:2022-07-04

The CUSTOMERS table has these columns:  Which stat...
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;

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!