1z1-071 Exam Question 36

Examine the structure of the EMPLOYEES table.
You must display the details of employees who have manager with MANAGER_ID 100, who were hired in the past 6 months and who have salaries greater than 10000.
Which query would retrieve the required result?
  • 1z1-071 Exam Question 37

    Examine this query:
    SELECT 2 FROM dual d1 CROSS JOIN dual d2 CROSS JOIN dual d3;
    What is returned upon execution?
  • 1z1-071 Exam Question 38

    Which three statements are true regarding subqueries? (Choose three.)
  • 1z1-071 Exam Question 39

    Examine the description of the EMPLOYEES table:

    Which statement will fail?
  • 1z1-071 Exam Question 40

    Which two are true about scalar subquery expressions?