Andrew

Andrew

  • NA
  • 89
  • 200.2k

How to create foreign key in self table

Sep 16 2011 5:02 AM
Hi,

I have a EMPLOYEE table. columns are e_id,e_f_name,e_l_name,e_city and e_no. here e_id is primary key. I want to make e_no as foreign key which references to e_id. How will I do it? plz, help me

Thanks, in advance