Question 26

View the exhibit and examine the descriptions of the DEPT and LOCATIONS tables.

You want to update the CITY column of the DEPT table for all the rows with the corresponding value in the CITY column of the LOCATIONS table for each department.
Which SQL statement would you execute to accomplish the task?
  • Question 27

    Which three are true about privileges and roles? (Choose three.)
  • Question 28

    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?
  • Question 29

    Examine these statements:

    Which two are true? (Choose two.)
  • Question 30

    View the exhibit and examine the structure of the STOREStable.

    You want to display the NAME of the store along with the ADDRESS, START_DATE, PROPERTY_PRICE, and the projected property price, which is 115% of property price.
    The stores displayed must have START_DATEin the range of 36 months starting from 01-Jan-2000 and above.
    Which SQL statement would get the desired output?