1z0-071 Exam Question 56

Which two queries execute successfully?
  • 1z0-071 Exam Question 57

    n the customers table, the CUST_CITY column contains the value 'Paris' for the CUST_FIRST_NAME 'Abigail'.
    Evaluate the following query:

    What would be the outcome?
  • 1z0-071 Exam Question 58

    View the Exhibit and examine the details of PRODUCT_INFORMATION table.

    You have the requirement to display PRODUCT_NAME from the table where the CATEGORY_ID column has values 12 or 13, and the SUPPLIER_ID column has the value 102088. You executed the following SQL statement:
    SELECT product_name
    FROM product_information
    WHERE (category_id = 12 AND category_id = 13) AND supplier_id = 102088; Which statement is true regarding the execution of the query?
  • 1z0-071 Exam Question 59

    In your session NLS_ DATE_ FORMAT is set to DD-MON_RR.
    Which two queries display the year as four digits?
  • 1z0-071 Exam Question 60

    Which three statements are true regarding group functions? (Choose three.)