Oracle Database SQL 12c 1z0-071 Exam Practice Test 1
© examsiri.com
Question : 22 of 50
Marks:
+1,
-0
Evaluate the following SQL statement:
You received the following error while executing the above query
ERROR
ORA-01756: quoted string not properly terminated What would you do to execute the query successfully?
SELECT product_name || 'it's not available for order'
FROM product_information
WHERE product_status = 'obsolete'; You received the following error while executing the above query
ERROR
ORA-01756: quoted string not properly terminated What would you do to execute the query successfully?
Go to Question: