1z0-071 Exam Question 51

Examine the description of the CUSTOMERS table:

You need to display last names and credit limits of all customers whose last name starts with A or B in lower or upper case, and whose credit limit is below 1000.
Examine this partial query:

Which two WHERE conditions give the required result?
  • 1z0-071 Exam Question 52

    View the Exhibit and examine the structure of the SALES and PRODUCTS tables. (Choose two.)

    In the SALES table, PROD_ID is the foreign key referencing PROD_ID in the PRODUCTS table. You must list each product ID and the number of times it has been sold.
    Examine this query which is missing a JOIN operator:

    Which two JOIN operations can be used to obtain the required output? (Choose two.)
  • 1z0-071 Exam Question 53

    Examine the structure of the INVOICEtable.

    Which two SQL statements would execute successfully?
  • 1z0-071 Exam Question 54

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

    Management requires a report of unique promotion costs in each promotion category.
    Which query would satisfy this requirement?
  • 1z0-071 Exam Question 55

    View the Exhibit and examine the details of the PRODUCT_INFORMATION table. (Choose two.)

    Evaluate this SQL statement:
    SELECT TO_CHAR(list_price,'$9,999')
    From product_information;
    Which two statements are true regarding the output? (Choose two.)