Multiple Choice
Given the tables
STUDENT(StudentID,StudentName,AdvisorID)
ADVISOR(AdvisorID,AdvisorName,Office,Phone)
Which of the following SQL statements would be used to implant a join between the two tables?
A) WHERE STUDENT MATCH ADVISOR
B) WHERE STUDENT.AdvisorID MATCH ADVISOR.AdvisorID
C) WHERE STUDENT = ADVISOR
D) WHERE STUDENT JOIN ADVISOR
E) WHERE STUDENT JOIN ADVISOR ON STUDENT.AdvisorID = ADVISOR.AdvisorID
Correct Answer:

Verified
Correct Answer:
Verified
Q29: Using SQL commands,multiple tables can be queried
Q30: In Microsoft Access,the default method of creating
Q31: The values of existing data can be
Q32: In SQL,the WHERE clause is used to
Q33: Which of the following standard SQL data
Q35: Which SQL keyword can be used in
Q36: Microsoft Access SQL commands are run in
Q37: In Microsoft Access,default values must be set
Q38: Which of the following is the correct
Q39: Which of the following is not true