Question: 1
Evaluate the following SQL statement:
SQL> select cust_id, cust_last_name "Last name"
FROM customers
WHERE country_id = 10
UNION
SELECT cust_id CUST_NO, cust_last_name
FROM customers
WHERE country_id = 30
Identify three ORDER BY clauses either one of which can complete the query. (Choose three.)
Question: 2
Which three statements are true regarding the WHERE and HAVING clauses in a SQL statement? (Choose three.)
Question: 3
Which statement is true regarding external tables?
Question: 4
Which two statements are true about Data Manipulation Language (DML) statements? (Choose two.)
Question: 5
Which two statements are true regarding roles? (Choose two.)