Untitled

Anonymous
plain_text
09/03/2024 5:24 AM
264 B
18
Indexable
SELECT e.employee_id, e.first_name, e.last_name FROM employees e JOIN departments d ON e.department_id = d.department_id JOIN locations I ON d.location_id L.location_id WHERE I.location_id = 1700;
Editor is loading...
Leave a Comment