Question 156
Examine these statements:

Which two are true?

Which two are true?
Question 157
Choose the best answer.
Examine the description of the EMPLOYEES table:

Which query is valid?
Examine the description of the EMPLOYEES table:

Which query is valid?
Question 158
Which three statements are correct regarding indexes? (Choose three.)
Question 159
Examine the structure of the MEMBERStable.

Which query can be used to display the last names and city names only for members from the states MO and MI?

Which query can be used to display the last names and city names only for members from the states MO and MI?
Question 160
Examine the structure of the EMPLOYEES table:

There is a parent/child relationship between EMPLOYEE_ID and MANAGER_ID.
You want to display the name, joining date, and manager for all employees. Newly hired employees are yet to be assigned a department or a manager. For them, 'No Manager' should be displayed in the MANAGER column.
Which SQL query gets the required output?

There is a parent/child relationship between EMPLOYEE_ID and MANAGER_ID.
You want to display the name, joining date, and manager for all employees. Newly hired employees are yet to be assigned a department or a manager. For them, 'No Manager' should be displayed in the MANAGER column.
Which SQL query gets the required output?
