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 DEFAULT constraint in SQL Server?
A DEFAULT constraint, like all constraints, becomes an integral part of the table definition. It defines what to do when new row is inserted that does not include data for the column on which you have defined the DEFAULT constraint. You can either define it as a literal value(like default salary to zero or UNKNOWN for a string column) or as one of several values such as GETDATE().

The main things to understand about a DEFAULT constraint are -

1. DEFAULTs are only used in INSERT statements- They are ignored for UPDATE and DELETE statements.
2. If any value is supplied in the INSERT then the default is not used.
3. If no values supplied the default will always be used.

State true or false. EXISTS, SOME, ANY are operators in SQL ?
If any user-created stored procedure has the same name as a system stored procedure, will the user-created stored procedure be executed?
Which command is used to get back the privileges offered by the GRANT command in SQL Server?
What is the difference between a primary key and a unique key?
How to use EXISTS operator OR
How to use subqueries with the EXISTS operators?
What is the difference between group by and order by?
What is the difference between CAST and CONVERT in SQL?
What is the FOREIGN KEY in SQL Server?
Describe Microsoft SQL Server 2000 ?
How to determine the service pack currently installed on SQL Server?