Question: 1
A non-correlated subquery can be defined as __________. (Choose the best answer.)
Question: 2
Which three statements are true reading subqueries? (Choose three.)
Question: 3
See the Exhibit and examine the structure of the PROMOTIONS table:
Using the PROMOTIONS table,
you need to find out the average cost for all promos in the range $0-2000 and $2000-5000 in
category A.
You issue the following SQL statements:
What would be the outcome?
Question: 4
Which two statements are true regarding multiple-row subqueries? (Choose two.)
Question: 5
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?