1z0-071 Exam Question 321

View the Exhibit and examine the details of the PRODUCT_INFORMATION table.
Exhibit

You must 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 this SQL statement:

Which statement is true regarding the execution?
  • 1z0-071 Exam Question 322

    Which three statements are true about single-row functions?
  • 1z0-071 Exam Question 323

    Which three tasks can be performed by DDL statements?
  • 1z0-071 Exam Question 324

    View the exhibit and examine the structure of ORDERSand CUSTOMERStables.

    Which INSERT statement should be used to add a row into the ORDERStable for the customer whose CUST_LAST_NAMEis Robertsand CREDIT_LIMITis 600? Assume there exists only one row with CUST_LAST_NAME as Roberts and CREDIT_LIMIT as 600.
  • 1z0-071 Exam Question 325

    View the exhibit and examine the structure of the EMPLOYEEStable.

    You want to display all employees and their managers having 100 as the MANAGER_ID. You want the output in two columns: the first column would have the LAST_NAMEof the managers and the second column would have LAST_NAMEof the employees.
    Which SQL statement would you execute?