Guest User

Untitled

a guest
May 27th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. SELECT e.*, t.*
  2. FROM Employee e
  3. INNER JOIN employee_tour et ON et.employee_id = e.employee_id
  4. INNER JOIN tour t ON t.tour_id = et.tour_id
Add Comment
Please, Sign In to add comment