Guest User

Untitled

a guest
Dec 14th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. SELECT *
  2. FROM Student
  3. LEFT JOIN fees ON student.Id = fees.StudentID
  4. where fees.StudentID is null;
Add Comment
Please, Sign In to add comment