Question: 1
Which two are true about queries using set operators (UNION, UNION ALL, INTERSECT and MINUS?
Question: 2
Examine this list of queries:
1. SELECT ROUND (TRUNC (15, 193, 1)) ''Results'' FROM DUAL;
2. SELECT ROUND (15, 193, 1)) ''Results'' FROM DUAL;
3. SELECT (TRUNC (15, 193, 1)) ''Results'' FROM DUAL;
4. SELECT ROUND (ROUND (15. 193, 1)) ''Results'' FROM DUAL;
Which two statements are true?
Question: 3
Examine these statements which execute successfully:
Both statements display departments ordered by their average salaries.
Which two are true?
Question: 4
Which two are true about multitable insert statements?
Question: 5
Examine this data in the EMPLOYEES table:
Which statement will execute successfully?
Which statement will execute successfully?