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
What is the UNIQUE KEY constraint in SQL Server?
UNIQUE KEY constraint requires a unique value throughout the named column (or combinations of the columns) in the table. Unlike the primary key a UNIQUE KEY constraint does not automatically prevents you from having a NULL value. Whether NULLs are allowed or not depends on how you set the NULL option for that column in the table. Keep in mind, however, that, if you do allow NULLs, you will able to insert only one of them.
Is it possible to create only structure of the table without copying data in SQL Server?
State true or false. !=, <>, ^= all denote the same operation in SQL Server.
Which command is used to get back the privileges offered by the GRANT command in SQL Server?
How to find out column names and their datatypes in a given table using a query in SQL Server?
Describe Microsoft SQL Server 2000 ?
Which function is used in SQL Server to find the largest integer less than or equal to a specific value?
What is a View in SQL Server?
What is the basic functions for master, msdb, model, tempdb databases?
What is the difference between CAST and CONVERT in SQL?
How many Columns per SELECT statement is possible in SQL Server?