Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT D.manager_id, d.department_name, L.state_province, L.city
- FROM Departments D JOIN Locations L
- ON D.location_id = L.location_id
- WHERE L.city LIKE 'Oxford';
Advertisement
RAW Paste Data
Copied
Advertisement