1z1-071 Exam Question 291

Examine this statement:

What is returned upon execution?
  • 1z1-071 Exam Question 292

    Examine the description of the CUSTOMERStable:

    You want to display details of all customers who reside in cities starting with the letter D followed by at least two characters.
    Which query can be used?
    SELECT * FROM customers WHERE city = 'D_%';
  • 1z1-071 Exam Question 293

    Using the CUSTOMERStable, you need to generate a report that shows 50% of each credit amount in each income level. The report should NOT show any repeated credit amounts in each income level.
    Which query would give the required result?
  • 1z1-071 Exam Question 294

    Which two are true about the MERGE statement?
  • 1z1-071 Exam Question 295

    View the Exhibit and examine the structure of ORDERS and CUSTOMERStables.

    There is only one customer with the cust_last_namecolumn having value Roberts. Which INSERT statement should be used to add a row into the ORDERStable for the customer whose CUST_LAST_NAMEis Robertsand CREDIT_LIMITis 600?