G
G venkatesh
Hi All,
I have following 2 tables
1. Employee table with Emp_ID and Emp_Name
2. Vehicle table with Veh_ID, Emp_ID, Vehicle
And both are related with one to many relationship.
In these case, Can can I know the list of employees having Car and Bike. The
list should not include if employee is having only Car or only Bike or (Car
and Van) Or (Bike and Van)
Regards
Venkatesh
I have following 2 tables
1. Employee table with Emp_ID and Emp_Name
2. Vehicle table with Veh_ID, Emp_ID, Vehicle
And both are related with one to many relationship.
In these case, Can can I know the list of employees having Car and Bike. The
list should not include if employee is having only Car or only Bike or (Car
and Van) Or (Bike and Van)
Regards
Venkatesh