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


Please Help Members By Posting Answers For Below Questions

How to copy the tables, schema and views from one sql server to another?

560


What is checkpoint process in the sql server?

551


What is the difference between a clustered index and a non-clustered index?

536


What is the temp table?

545


What is shared lock?

494






How to create a simple table to test triggers in ms sql server?

515


What is sql or structured query language?

685


What are Spatial data types in SQL Server 2008

556


Explain system rowset functions?

558


What new data source types were added in ssrs 2014?

107


Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?

527


Is INSTEAD OF trigger directly applicable to Table ?

575


Explain user defined views?

579


When do you think a developer should use sql server-based cursors?

524


What is extended stored procedures?

571