Guest User

Untitled

a guest
Sep 7th, 2018
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. select id_teacher, fio, post, teachersanddepartments.id_department, name_of_department, id_subject, name_of_subject, specific, subjects.id_department, name_of_department,
  2. id_classroom, number_of_classroom, specific, classrooms.id_department, name_of_department, id_group, name_of_group, groups.id_department, name_of_department,
  3. specifics, daytime, pair, NUMERATOR_DENOMINATOR, keyy, typekey
  4. from ((((classes join teachers using(id_teacher) join teachersanddepartments using(id_teacher) join departments using(id_department))
  5. join subjects using (id_subject) join departments using(id_department))
  6. join classrooms using(id_classroom) join departments using(id_department))
  7. join groups using (id_group) join departments using(id_department))
Advertisement
Add Comment
Please, Sign In to add comment