1z0-071 Exam Question 301
View the exhibit and examine the structures of the EMPLOYEES and DEPARTMENTS tables.

You want to update EMPLOYEES table as follows:
Update only those employees who work in Boston or Seattle (locations 2900 and 2700).
Set department_id for these employees to the department_id corresponding to London (location_id 2100).
Set the employees' salary in location_id 2100 to 1.1 times the average salary of their department.
Set the employees' commission in location_id 2100 to 1.5 times the average commission of their department.
You issue the following command:

What is outcome?

You want to update EMPLOYEES table as follows:
Update only those employees who work in Boston or Seattle (locations 2900 and 2700).
Set department_id for these employees to the department_id corresponding to London (location_id 2100).
Set the employees' salary in location_id 2100 to 1.1 times the average salary of their department.
Set the employees' commission in location_id 2100 to 1.5 times the average commission of their department.
You issue the following command:

What is outcome?
1z0-071 Exam Question 302
Evaluate the following CREATE TABLE command:
Which statement is true regarding the above SQL statement?
Which statement is true regarding the above SQL statement?
1z0-071 Exam Question 303
Which statements are true? (Choose all that apply.)
1z0-071 Exam Question 304
Which two statements are true regarding the COUNTfunction? (Choose two.)
1z0-071 Exam Question 305
Examine this statement which executes successfully:
Which three are true?
Which three are true?
