Question 246
Examine the description of the EMPLOYEEStable:

Which query is valid?
SELECT dept_id, MAX(AVG(salary)) FROM employees GROUP BY dept_id;

Which query is valid?
SELECT dept_id, MAX(AVG(salary)) FROM employees GROUP BY dept_id;
Question 247
View the Exhibit and examine the structure of the PRODUCT table.

Which two tasks would require subqueries? (Choose two.)

Which two tasks would require subqueries? (Choose two.)
Question 248
Evaluate the following statement.

Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?

Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?
Question 249
Which three are true about multitable INSERTstatements? (Choose three.)
Question 250
Which three statements are true about performing Data Manipulation Language (DML) operations on a view with no INSTEAD OF triggers defined? (Choose three.)
