Solved

Based on the Code Above,find the Name of the Student

Question 54

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions