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 Part 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
Q2: When a query involves a character field,such
Q3: The _ function determines the largest value
Q4: In order to make changes to existing
Q5: The rules for naming tables and columns
Q6: You can save the results of a
Q9: The IN operator can be used instead
Q46: When a subquery is used,_ is(are)evaluated first.<br>A)
Q49: When you connect simple conditions using the
Q53: There are two versions of the "not
Q72: When you need to sort data on