Multiple Choice
Contents of the CUSTOMERS table
Note: The ST column name is truncated,this represents the STATE column.
-Which of the following is a valid SQL statement based upon the contents of the CUSTOMERS table?
A) SELECT INITCAP(firstname,lastname) FROM customers;
B) SELECT LENGTH (city,state,zip) FROM customers;
C) SELECT customer#,NVL2(referred,'Referred','Not Referred') FROM customers;
D) SELECT INITCAP((firstname) , ( lastname) ) FROM customers;
Correct Answer:

Verified
Correct Answer:
Verified
Q74: Which of the following is a table
Q75: The TO_CHAR function can be used to
Q76: Contents of ORDERS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg" alt="Contents
Q77: When functions are nested,the _ function is
Q78: Which of the following functions can be
Q80: Include <u>DAY</u> in a format argument of
Q81: Which of the following functions can be
Q82: Which of the following functions can be
Q83: The INSTR function is used to return
Q84: Which of the following functions can be