多做题,通过考试没问题!

Oracle认证考试

睦霖题库>其他计算机考试>Oracle认证考试

The CUSTOMERS table has these columns: 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;
正确答案:C
答案解析:
进入题库查看解析

微信扫一扫手机做题