1z0-071 Exam Question 86

Viev the Exhibit and examine the structure of the PRODUCT INFORMATION and INVENTORIEStables.
You have a requirement from the supplies department to give a list containing PRODUCT _ID,SUPPLIER ID, and QUANTITY_ON HAND for all the products where in QUANTITY ON HAND is lessthan five.
Which two SQL statements can accomplish the task? (Choose two)
  • 1z0-071 Exam Question 87

    View the Exhibit and examine the description of the ORDERS table.

    Which two WHERE clause conditions demonstrate the correct usage of conversion functions? (Choose two.)
  • 1z0-071 Exam Question 88

    Examine the structure of the MEMBERS table: (Choose the best answer.)

    Examine the SQL statement:
    SQL > SELECT city, last_name LNAME FROM MEMBERS ORDER BY 1, LNAME DESC; What would be the result execution?
  • 1z0-071 Exam Question 89

    View the Exhibit and examine the structure of ORDER_ITEMS and ORDERS tables.

    You need to remove from the ORDER_ITEMS table those rows that have an order status of 0 or 1 in the ORDERS table.
    Which two DELETE statements are valid (Choose two.)
    DELETE *
  • 1z0-071 Exam Question 90

    You execute this command:
    TRUNCATE TABIE depts;
    Which two are true?