Contents of the CUSTOMERS table
Note: The ST column name is truncated,this represents the STATE column.
-Which of the following statements will display the value of FL assigned to the state column as FLORIDA?
A) SELECT customer#,city,SUBSTR(state,'FL','FLORIDA') FROM customers
WHERE state = 'FL';
B) SELECT customer#,city,SUBSTR( 'FL','FLORIDA') FROM customers
WHERE state = 'FL';
C) SELECT customer#,city,REPLACE( 'FL','FLORIDA') FROM customers
WHERE state = 'FL';
D) SELECT customer#,city,REPLACE(state,'FL','FLORIDA') FROM customers
WHERE state = 'FL';
Correct Answer:
Verified
Q87: Which of the following keywords will return
Q88: When a format argument is included in
Q89: When functions are nested,the _ function is
Q90: Contents of the CUSTOMERS table
Q91: Which of the following is a table
Q93: When functions are nested,the _ function is
Q94: Which of the following functions can be
Q95: Contents of the CUSTOMERS table
Q96: The phonetic representation of a character string
Q97: Which of the following format model elements
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