16

mail@pastecode.io avatar
unknown
plain_text
15 days ago
104 B
1
Indexable
Never
select * from employees e join departments d on e.department_id = d.department_id where d.location_id=2;
Leave a Comment