1z0-071 Exam Question 11

Which two statements are true about Oracle databases and SQL?
  • 1z0-071 Exam Question 12

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

    You want to see the product names and the date of expiration of warranty for all the products, if the product is purchased today. The products that have no warranty should be displayed at the top and the products with maximum warranty period should be displayed at the bottom.
    Which SQL statement would you execute to fulfill this requirement?
  • 1z0-071 Exam Question 13

    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 14

    A session's NLS_DATE_FORMAT is set to DD Mon YYYY .
    Which two queries return the value 1 Jan 2019?
  • 1z0-071 Exam Question 15

    View the Exhibit and examine the structure of the PRODUCT_INFORMATIONand INVENTORIEStables.

    You have a requirement from the supplies department to give a list containing PRODUCT_ID, SUPPLIER_ID,and QUANTITY_ON_HANDfor all the products wherein QUANTITY_ON_HANDis less than five.
    Which two SQL statements can accomplish the task? (Choose two.)