Its a interface which doesn't have any abstract methods.and Implementation of this Interface with any class works fine. eg:- java.io.Serializable java.rmi.Remote and etc
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 and at freshman level.