1z0-071 Exam Question 86

Examine the description of the BOOKS table:

The table has 100 rows.
Examine this sequence of statements issued in a new session:

Which two statements are true?
  • 1z0-071 Exam Question 87

    View the exhibit and examine the structure of the EMPLOYEEStable.

    You want to display all employees and their managers having 100 as the MANAGER_ID. You want the output in two columns: the first column would have the LAST_NAMEof the managers and the second column would have LAST_NAMEof the employees.
    Which SQL statement would you execute?
  • 1z0-071 Exam Question 88

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

    You must select the ORDER_ID of the order that has the highest total value among all the orders in the ORDER_ITEMS table.
    Which query would produce the desired result?
  • 1z0-071 Exam Question 89

    View the exhibit and examine the structure in ORDERS and ORDER_ITEMS tables.

    You need to create a view that displays the ORDER_ID, ORDER_DATE, and the total number of items in each order.
    Which CREATE VIEW statement would create the views successfully?
  • 1z0-071 Exam Question 90

    Which normal form is a table in if it has no multi-valued attributes and no partial dependencies?