Question: 3- Select * from Student join Faculty on Student.Name_Last = Faculty.Name_Last For Question 3 only perform the following evaluations Performance of the query with the
3- Select * from Student join Faculty on Student.Name_Last = Faculty.Name_Last
For Question 3 only perform the following evaluations Performance of the query with the index that existed (primary keys only) Performance of the query with a multiple column index on ID and Name_Last for both the Student and Faculty Table Performance of the query with an index only on Name_Last in the Student and Faculty tables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
