Untitled

mail@pastecode.io avatar
unknown
plain_text
12 days ago
91 B
1
Indexable
Never
select * from employees where employee id in(select distinct(employee_id) from dependents);
Leave a Comment