16
unknown
plain_text
9 months ago
104 B
5
Indexable
select * from employees e join departments d on e.department_id = d.department_id where d.location_id=2;
Editor is loading...
Leave a Comment
select * from employees e join departments d on e.department_id = d.department_id where d.location_id=2;