Question 216

Which two statements are true about the results of using the INTERSECToperator in compound queries?
(Choose two.)
  • Question 217

    View the exhibit and examine the description of the PRODUCT_INFORMATION table.
    Which SQL statement would retrieve from the table the number of products having LIST_PRICE as NULL?
  • Question 218

    View the exhibit and examine the structure in ORDERSand ORDER_ITEMStables.

    You need to create a view that displays the ORDER_ID, ORDER_DATE, and the total number of items in each order.
    Which CREATEVIEWstatement would create the views successfully?
  • Question 219

    The BOOKS_TRANSACTIONStable exists in your database.
    Examine the SQL statement:
    SQL>SELECT * FROM books_transactionsORDER BY 3;
    What is the outcome on execution?
  • Question 220

    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 view successfully?