Advertisement
Guest User

sdasadsad

a guest
May 30th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. SELECT studentnr, s_voornaam, s_tussenvoegsel, s_achternaam, v.vakcode, v.hoofddocent FROM student s where studentnr = (SELECT studentnr form inschrijving i where vakcode = (SELECT vakcode from vak v where hoofddocent == (SELECT v.docentcode FROM docent d WHERE d_voornaam LIKE “A?”)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement