Define candidate key, alternate key, composite key.
Answer Posted / kishore
A candidate key is one that can identify each row of a
table uniquely. Generally a candidate key becomes the
primary key of the table. If the table has more than one
candidate key, one of them will become the primary key, and
the rest are called alternate keys.
A key formed by combining at least two or more columns is
called composite key.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is NOT NULL Constraint in sql server 2012?
How to defragment indexes with alter index ... Reorganize?
what are defaults? : Sql server database administration
Explain different types of locks in sql server.
what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration
What is autocommit mode in sql server?
What is the difference between count and distinct count?
Can I use sql azure as a backup with log shipping or database mirroring?
Does a full backup include transaction log?
How do triggers work?
What is the difference between dropping a database and taking a database offline?
what are triggers? : Sql server database administration
What is the difference between createstatement and preparedstatement?
How to create an index on an existing table in ms sql server?
What is the difference between a check constraint and a rule?