1z1-071 Exam Question 61

Examine the data in the CUSTOMERS table:

You want to list all cities that have more than one customer along with the customer details.
Evaluate the following query:

Which two JOIN options can be used in the blank in the above query to give the correct output? (Choose two.)
  • 1z1-071 Exam Question 62

    Examine these statements which execute successfully:
    ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYY HH24 :MT:SS;'
    ALTER SESSION SET TIME-ZONE = '-5:00;:
    Examine the result:

    If LOCALTIMESTAMP was selected at the same time, what would it return?
  • 1z1-071 Exam Question 63

    Evaluate the following SQL statement:
    SELECT product_name || 'it's not available for order'
    FROM product_information
    WHERE product_status = 'obsolete';
    You received the following error while executing the above query:
    ERROR
    ORA-01756: quoted string not properly terminated
    What would you do to execute the query successfully?
  • 1z1-071 Exam Question 64

    You execute this query:

    What is the result?
  • 1z1-071 Exam Question 65

    View the Exhibit and examine the structure of the PRODUCTtable.

    Which two tasks would require subqueries? (Choose two.)