单项选择题
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 are granted the CREATE VIEW privilege. What does this allow you to do?()
多项选择题 Evaluate the SQL statement DROP TABLE DEPT: Which four statements are true of the SQL statement?()
单项选择题 You would like to display the system date in the format "Monday, 01 June, 2001".Which SELECT statement should you use?()