16

 avatar
unknown
plain_text
a year ago
104 B
7
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