Question 161

Examine the description of the PRODUCT_DETAILStable:

Which two statements are true?
  • Question 162

    View the Exhibit and examine the structure of the stores table.

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

    B)

    C)

    D)
  • Question 163

    Examine the structure of the two tables.

    Which two queries execute successfully? (Choose two.)
  • Question 164

    View the Exhibit and examine the structure of the CUSTOMERS and CUST_HISTORY tables.
    The CUSTOMERS table contains the current location of all currently active customers.
    The CUST_HISTORY table stores historical details relating to any changes in the location of all current as well as previous customers who are no longer active with the company.
    You need to find those customers who have never changed their address.
    Which SET operator would you use to get the required output?
  • Question 165

    Which two are true about global temporary tables?