Define candidate key, alternate key, composite key.

Answer Posted / anvar shadath.a

Candidate key: If any unique data column(s)in table is
called candidate key. may be one or more unique data column
(s).We can select any one unique (candidate key column) as
a primary key.

Alternate key: If one table contains more then one
candidate keys, remining candidate keys column(s) which is
not selected as a primary key is called Alternate Key.

Composite key: One primary key Contains more then one
columns is called Composite key.

Is This Answer Correct ?    75 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the recommended total size of your memory optimized tables?

704


what is create database syntax? : Sql server database administration

794


Explain an incremental backup?

752


What is 1nf 2nf?

765


Are all views updatable ?

892






Do you know what is difference between stored procedure and user defined function?

803


ow to bring suspect mode datbase online from scratch

1573


Why use view instead of a table?

708


How to convert a numeric expression from one data type to another?

697


What number sorts of privileges are accessible in sql?

745


what is an index? : Sql server database administration

680


What happens if null values are involved in boolean operations?

738


What is 2nf in normalization?

744


What is the difference between a fill factor of 100 and 0?

720


Write an sql query to sort a table according to the amounts in a row and find the second largest amount.

707