Contents of the CUSTOMERS table
Note: The ST column name is truncated,this represents the STATE column.
-Based upon the contents of the CUSTOMERS table,which of the following will display the shipping location as:
City,State Zip
A) SELECT INITCAP(CONCAT(city,CONCAT(',',CONCAT(state,
CONCAT(' ',zip) ) ) ) )
FROM customers;
B) SELECT CONCAT(city,CONCAT(',',CONCAT(state,
CONCAT(' ',CONCAT(zip) ) ) ) )
FROM customers;
C) SELECT INITCAP(CONCAT(city,',',state,' ',zip) )
FROM customers;
D) none of the above
Correct Answer:
Verified
Q85: If the two values compared by the
Q86: Which of the following functions allows for
Q87: Which of the following keywords will return
Q88: When a format argument is included in
Q89: When functions are nested,the _ function is
Q91: Which of the following is a table
Q92: Contents of the CUSTOMERS table
Q93: When functions are nested,the _ function is
Q94: Which of the following functions can be
Q95: Contents of the CUSTOMERS table
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents