Hi all,
I have two tables
department table has : - departmentid,departmentname fields
employee table has : - id,name,departmentid fields
1.)Query for what are methods available to find employee not having any department using two tables?
2.)Query to find employee having department ?
Thanks in advance
S.Naveen...