Define candidate key, alternate key, composite key.
Answer Posted / tanaji
A candidate key is a combination of attributes that can be uniquely used to identify a database record without any extraneous data. Each table may have one or more candidate keys. One of these candidate keys is selected as the table primary key.
| Is This Answer Correct ? | 23 Yes | 19 No |
Post New Answer View All Answers
When to use null data driven subscription?
What is the difference between a stored procedure and a user defined function?
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks
What is the security model used in sql server 2005?
What is the difference between ddl and dml?
How to perform key word search in tables?
What is sub-query in sql server?
Define indexes?
What is normalization and denormalization in sql server?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
What is filestream?
how you can deploy an ssrs report?
What are subqueries in sql server? Explain its properties.
Is null in sql server?
What is the difference between lock, block and deadlock? : sql server database administration