Which statements are true? (Choose all that apply.)
Correct Answer:CDF
References:
https://docs.oracle.com/cd/B10501_01/server.920/a96524/c05dicti.htm
View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables. (Choose the best answer.)
You executed this UPDATE statement: UPDATE
( SELECT order_date, order_total, customer_id FROM orders) Set order_date = '22-mar-2007'
WHERE customer_id IN
(SELECT customer_id FROM customers
WHERE cust_last_name = 'Roberts' AND credit_limit = 600); Which statement is true regarding the execution?
Correct Answer:C
You need to display the date 11-oct-2007 in words as ‘Eleventh of October, Two Thousand Seven’. Which SQL statement would give the required result?
Correct Answer:C
Which three statements are true regarding the SQL WHERE and HAVING clauses?
Correct Answer:ADE
Which two statements are true regarding the EXISTS operator used in the correlated subqueries? (Choose two.)
Correct Answer:AC
References:
http://www.techonthenet.com/oracle/exists.php