Define candidate key, alternate key, composite key.
Answer Posted / sunil choudhary "hanumangarh"(
candidate key is a single key of each tuple.
alternative key is secondary key . for example(A entity
STUDENT an attribute of NAME,CLASS,ROLL.ID)the roll no is
primary key but id is alternate key.
A key formed combined of to or more columns called comosite
key.
| Is This Answer Correct ? | 88 Yes | 71 No |
Post New Answer View All Answers
What is report subscription?
Give main differences between "Truncate" and "Delete".
What is cursors?
Explain the different index configurations a table can have?
How do you implement session management in SQL Server mode?
Why are views required in the sql server or in any other database?
What is a database table?
How to find related tables in sql server?
how we use window authentication connection with sql server.?
Why use “in” clause in sql server?
What is your recommendation for a query running very slow? : sql server database administration
What is a field in a table?
What is normalization? Explain different forms of normalization?
Tell me extended events in sql server 2008?
How to create function without parameter in sql server?