Solved

Contents of the CUSTOMERS Table

Question 92

Multiple Choice

Contents of the CUSTOMERS table
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';
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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents