Define candidate key, alternate key, composite key.

Answer Posted / amar

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 ?    42 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many

507


What is shrink log file?

500


What is check constraint in sql server?

512


What is report rendering ?

102


You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?

469






What is always encrypted?

506


what is create database syntax? : Sql server database administration

587


Explain what is meant by replication of database?

520


How do you delete duplicate records in sql server?

494


What is the difference between locking and multi-versioning?

514


List out some of the requirements to set up a sql server failover cluster?

533


What is @@rowcount in sql?

548


Explain acid?

596


When would you use it?

568


What is etl - extraction, transformation, and loading?

514