Question 221

Which three statements are true regarding subqueries?
  • Question 222

    View the Exhibit and examine the structure of the ORDERS table. (Choose the best answer.) You must select ORDER_ID and ORDER_DATE for all orders that were placed after the last order placed by CUSTOMER_ID 101.
    Which query would give you the desired result?
  • Question 223

    Examine the structure of the EMPLOYEES table.

    You must display the maximum and minimum salaries of employees hired 1 year ago.
    Which two statements would provide the correct output? (Choose two.)
  • Question 224

    View the Exhibit and examine the data in the PRODUCTS table.

    You must display product names from the PRODUCTS table that belong to the 'Software/other' category with minimum prices as either $2000 or $4000 and with no unit of measure.
    You issue this query:

    Which statement is true?
  • Question 225

    Which two statements cause changes to the data dictionary?