Define candidate key, alternate key, composite key.
Answer Posted / shruti singh
Any attribute that is uniquely identify a row in a table is
candidate key for the table. We select one of the candidate
key as Primary key. All candidate keys which are not chosen
as "primary key" are Alternate keys. The key which uniquely
identify the rows of the table and which is made up of
more than one attribute is called Composite key.
As for Example:In a class we have to select Class Monitor.
So A, B,C and D stand for that post. So A,B,C and D are
candidate for monitor so these are candidate key. We select
B as monitor so B is primary key and A,C and D can be
monitor but not selected as a monitor so they are
alternative choise. So A,C and D are alternate key.
When two students of class work together in a project than
they are composite key for the class.
I TRIED TO EXPLAIN THESE KEY, IF YOU LIKE PLEASE DO
RESPONSE. iF YOU LIKE TO ASK ANY OTHRE QUE RELATED TO SQL
SERVER YOU CAN..
| Is This Answer Correct ? | 541 Yes | 28 No |
Post New Answer View All Answers
Do you know what is openxml in sql server?
How to send email from database?
Is port 1433 secure?
What is simple indexing method?
What are character string data types in ms sql server?
How to use subqueries with the exists operators in ms sql server?
How can you start sql server in different modes?
How do I setup a sql server database?
Explain an automatic checkpoint
What it means to be triggered?
Difference between uniqe index and uniqe constraint?
Which autogrowth database setting is good?
What are the types of table?
Explain full-text query in sql server?
In which files does sql server actually store data?