InterviewSolution
Saved Bookmarks
| 1. |
Explain the concept of candidate key with the help of an appropriate example. |
|||||||||||||||||||||||||
|
Answer» The candidate key is a column or set of columns that can help in identifying records uniquely. Example, consider a Table STUDENT.
Here, AdmnNo & Roll No define Table uniquely. Hence, they are candidate keys |
||||||||||||||||||||||||||