Multiple Choice
Based on the code above,find the name of the student whose ID is 1167.
A) SELECT FirstName, LastName FROM Course WHERE StudentID='1167' ;
B) SELECT FirstName, LastName FROM * WHERE StudentID='1167' ;
C) SELECT FirstName, LastName FROM Student WHERE StudentID='1167' ;
D) SELECT FirstName, LastName FROM Customer WHERE StudentID='1167' ;
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Instead of listing all the field names
Q44: You can use the GROUP BY clause
Q49: When you connect simple conditions using the
Q51: Based on the code above,change the postal
Q53: There are two versions of the "not
Q55: A simple condition includes the field name,a
Q57: Based on the code above,list the number,name,and
Q58: In Access,you use the _ operator to
Q59: When rows are grouped, one line of
Q59: Based on the code above,list the name