Multiple Choice
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
Correct Answer:
Verified
Q89: The _ function takes a specified value
Q90: Contents of the CUSTOMERS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg"
Q91: The _ function is used to return
Q92: To indicate that the numeric value of
Q93: You must include the MI element in
Q95: Which of the following statements will produce
Q96: A(n)_ is a predefined block of code
Q97: Describe the order in which Oracle12c resolves
Q98: The TO_CHAR function can be used to
Q99: The _ function is used to combine