Hi
I am doing a project.. In that i need to design table.. I have to consider employee id and account type.. The problem is one employee can have any no of account type.. Now i need to enter same employee name repeatedly for which they belong to.. Is there any other way?
I dont know how to design table for that..
Can anybody help me?
With regards,
Ila
Loading
Dipa AhujaPosted May 5, 2010, 10:10 AM
Sagar KumarPosted May 5, 2010, 3:44 AM
Create one more table EmpAcc.
which contains EmpId,AccTypeId i think this is the best way.