Tuesday, November 29, 2011

Given two tables Student(SID, Name, Course) and Level(SID, level) write the SQL statement to get the name and SID of the student who are taking course = 3

SELECT Student.name, Student.SID
Category:Java Interview Questions

No comments:

Post a Comment