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.

What are the OS services that the SQL Server installation adds?
How to use EXISTS operator OR
How to use subqueries with the EXISTS operators?
What is the basic functions for master, msdb, model, tempdb databases?
How to convert timestamp data to date data (datetime datatype) in SQL Server?
How do I create primary keys in SQL Server?
What are the steps you will take to improve performance of a poor performing query in SQL Server?
What are stand-alone procedures?
What are defaults? Is there a column to which a default can’t be bound?
Which wildcards are used for pattern matching in SQL Server?
What is the advantage of SET NOCOUNT ON?