Advertisement
apl-mhd

onlinr 4

Jul 22nd, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.23 KB | None | 0 0
  1. SELECT departments.DEPARTMENT_NAME, countries.COUNTRY_NAME
  2.  
  3. FROM departments JOIN locations ON departments.LOCATION_ID = locations.LOCATION_ID
  4. JOIN countries on locations.COUNTRY_ID=countries.COUNTRY_ID
  5. WHERE(countries.REGION_ID = 4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement