Question 281

Which statement is true regarding the INTERSECT operator?
  • Question 282

    Examine the structure of the EMPLOYEES table.

    There is a parent-child relationship between EMPLOYEE_ID and MANAGER_ID.
    You want to display the last names and manager IDs of employees who work for the same manager as the employee whose EMPLOYEE_ID is 123.
    Which query provides the correct output?
  • Question 283

    Examine the structure of the SHIPMENTS table:

    You want to generate a report that displays the PO_IDand the penalty amount to be paid if the SHIPMENT_DATEis later than one month from the PO_DATE. The penalty is $20 per day.
    Evaluate the following two queries:

    Which statement is true regarding the above commands?
  • Question 284

    Which three statements about roles are true? (Choose three.)
  • Question 285

    Which three statements are true about inner and outer joins?