Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. SELECT Fname, Lname, Dependent_name FROM employee, dependent WHERE EXISTS(SELECT * FROM dept_locations WHERE ssn = essn AND Dno = Dnumber AND Dlocation = 'Stafford');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement