试题详情
- 单项选择题 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;
关注下方微信公众号,在线模考后查看

热门试题
- You define a multipl
- Evaluate this SQL s
- You need to create a
- Which three SELECT s
- Which statement adds
- Which two are true a
- The STUDENT_GRADES
- Which operator can b
- User Mary has a view
- Which SQL statement
- Evaluate this SQL s
- Evaluate the SQL sta
- Which is an /SQL*Plu
- What does the FORCE
- A subquery can be us
- A SELECT statement
- Evaluate the SQL st
- The database admini
- The CUSTOMERS table
- The DBA issues this