Question 26
Which two statements are true about the results of using the INTERSECT operator in compound queries?
(Choose two.)
(Choose two.)
Question 27
Examine the description of the customers table:

You need to display last names and credit limits of all customers whose last name starts with A or B in lower or upper case, and whose credit limit Is below 1000.
Examine this partial query:
SELECT cust_last_name, cust_credit_limit FROM customers
Which two where conditions give the required result?

You need to display last names and credit limits of all customers whose last name starts with A or B in lower or upper case, and whose credit limit Is below 1000.
Examine this partial query:
SELECT cust_last_name, cust_credit_limit FROM customers
Which two where conditions give the required result?
Question 28
Evaluate these commands which execute successfully:

Which two statements are true about the ORD_ITEMS table and the ORD_SEQ sequence? (Choose two.)

Which two statements are true about the ORD_ITEMS table and the ORD_SEQ sequence? (Choose two.)
Question 29
Which three statements are true about advanced connection options supported by Oracle Net for connection to Oracle Database instances? (Choose three.)
Question 30
Which two statements are true about trace files produced by the Oracle Database server? (Choose two.)
