Evaluate the following statement. INSERT ALL
WHEN order_total < 10000>WHEN order_total > 10000 AND order_total < 20000>WHEN order_total > 200000 AND order_total < 20000>SELECT order_id, order_total, customer_id FROM orders;
Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?
Correct Answer:A
References:
http://psoug.org/definition/WHEN.htm
Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?
Correct Answer:A
Examine the structure of the BOOKS_ TRANSACTIONS table:
Examine the SQL statement:
Which statement is true about the outcome?
Correct Answer:A
Which three statements are true regarding group functions? (Choose three.)
Correct Answer:ABE
References:
https://www.safaribooksonline.com/library/view/mastering-oracle-sql/0596006322/ch04.html
You issued this command:
CHOOSE THREE
SQL > DROP TABLE employees; Which three statements are true?
Correct Answer:BCF
Which statement is true about transactions?
Correct Answer:B
References:
https://docs.oracle.com/database/121/CNCPT/transact.htm#CNCPT038