1z0-071 Exam Question 71
Table EMPLOYEEScontains columns including EMPLOYEE_ID, JOB_ID and SALARY.
Only the EMPLOYEE_ID column is indexed.
Rows exist for employees 100 and 200.
Examine this statement:

Which two statements are true? (Choose two.)
Only the EMPLOYEE_ID column is indexed.
Rows exist for employees 100 and 200.
Examine this statement:

Which two statements are true? (Choose two.)
1z0-071 Exam Question 72
Examine the structure of the two tables.

Which two queries execute successfully? (Choose two.)


Which two queries execute successfully? (Choose two.)

1z0-071 Exam Question 73
View the Exhibit and examine the structure of the BOOKStable.

The BOOKS table contains details of 100 books.
Examine the commands executed and their outcome:

Which statement is true?

The BOOKS table contains details of 100 books.
Examine the commands executed and their outcome:

Which statement is true?
1z0-071 Exam Question 74
Examine the commands used to create DEPARTMENT_DETAILSand COURSE_DETAILS:

You want to generate a report that shows all course IDs irrespective of whether they have corresponding department IDs or not but no department IDs if they do not have any courses.
Which SQL statement must you use?
SELECT course_id, department_id, FROM department_details d RIGHT OUTER JOIN

You want to generate a report that shows all course IDs irrespective of whether they have corresponding department IDs or not but no department IDs if they do not have any courses.
Which SQL statement must you use?
SELECT course_id, department_id, FROM department_details d RIGHT OUTER JOIN
1z0-071 Exam Question 75
Which statement is true regarding the USINGclause in table joins? (Choose two.)
