Question 126
You need to display the first names of all customers from the CUSTOMERS table that contain the character
'e' and have the character 'a' in the second last position.
Which query would give the required output?
'e' and have the character 'a' in the second last position.
Which query would give the required output?
Question 127
Which statement is true about aggregate functions?
Question 128
Which statement is true about the Oracle SQL, DELETEand TRUNCATEstatements?
Question 129
Which three statements are true about views in an Oracle database?
Question 130
The user SCOTT who is the owner of ORDERS and ORDER_ITEMS tables issues this GRANT command:
GRANT ALL
ON orders, order_items
TO PUBLIC;
What must be done to fix the statement?
GRANT ALL
ON orders, order_items
TO PUBLIC;
What must be done to fix the statement?
