Question 51

View the Exhibit and examine the structure of the CUSTOMERS table.

Which two tasks would require subqueries or joins to be executed in a single statement? (Choose two.)
  • Question 52

    Examine the data in the CUST_NAMEcolumn of the CUSTOMERStable.
    CUST_NAME
    -------------------
    Renske Ladwig
    Jason Mallin
    Samuel McCain
    Allan MCEwen
    Irene Mikilineni
    Julia Nayer
    You need to display customers' second names where the second name starts with "Mc" or "MC".
    Which query gives the required output?
  • Question 53

    Examine the description of the EMPLOYEES table:

    Which two queries return the highest salary in the table?
  • Question 54

    Which three statements are true regarding single row subqueries?
  • Question 55

    Examine this SELECT statement and view the Exhibit to see its output:

    SELECT constraints_name, constraints_type, search_condition, r_constraints_name, delete_rule, status, FROM user_constraints WHERE table_name = 'ORDERS'; Which two statements are true about the output? (Choose two.)