Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
Define candidate key, alternate key, composite key.
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.

Define candidate key, alternate key, composite key.
What is the difference between group by and order by?
What is the CHECK constraint in SQL Server?
What is DTS (Data Transformation Services) in SQL Server?
What is Self Join in SQL Server?
How do I create primary keys in SQL Server?
What are the privileges that can be granted on a table by a user to others in SQL Server?
What is the basic functions for master, msdb, model, tempdb databases?
How many Columns per SELECT statement is possible in SQL Server?
What is a constraint in SQL Server?