BestQuestion
2010-04-21 17:05:54 UTC
i have table called employee and table called education. i wanted to split the database employee because is just too many columns
question is:
can the employee_no be used by education table as a primary key? like
constraint pk1(emp_no) primary key
constraint fk1(emp_no) foreign key references employee(emp_no)
what do you guys suggest? or maybe use a composite key (emp_no,emp_qualification)
14 minutes ago
check this link
http : // img442. imageshack. us/img442/5594/empedu.jpg