Unique and Non-unique keys

Discuss the difference between unique and non-unique keys

Questions by kh_trnh

Showing Answers 1 - 6 of 6 Answers

mudkhedkar

  • Nov 7th, 2008
 

Unique - Take for example employee table, it has column empno which is called as unique key where as non-unique key is column workdept, i.e when we do relationship between two tables as employee & department tables, dept. table also contains deptno as column so it is called as non-unique key.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions