Hi all ,
i have 2 tables
first one called emp have 2 columns id and name
second one called dep have id and empid and nameOfDep
if i want to list all emp that have X dep (But they don't have) Y dep
how i can make it ?
i think i should using JOIN or more one but i can't make the correct query :(