试题详情
- 单项选择题 The CUSTOMERS table has these columns: CUSTOMER_ID NUMBER(4) NOT NULL CUSTOMER_NAME VARCHAR2(100) NOT NULL STREET_ADDRESS VARCHAR2(150) CITY_ADDRESS VARCHAR2(50) STATE_ADDRESS VARCHAR2(50) PROVINCE_ADDRESS VARCHAR2(50) COUNTRY_ADDRESS VARCHAR2(50) POSTAL_CODE VARCHAR2(12) CUSTOMER_PHONE VARCHAR2(20) 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 WHER 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;
关注下方微信公众号,在线模考后查看

热门试题
- Which are iSQL*Plus
- Examine the statemen
- You added a PHONE_N
- ExaminethedataoftheE
- EvaluatetheSQLstatem
- Examine the descrip
- Examinethedatafromth
- What is true about t
- ClicktheExhibitbutto
- Which three are DATE
- For which two constr
- Which one is a syste
- ClicktheExhibitbutto
- Which SELECT stateme
- Which two statements
- Which two statements
- You own a table cal
- Which two statements
- The DBA issues this
- Evaluate this SQL s