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 constraint in the SQL Server?
A constraint is the restriction, placed at either column or table level. A constraint ensures that your data meets certain data integrity rules.
Which system table contains information on constraints on all the tables created in SQL Server?
What is the CHECK constraint in SQL Server?
What is a transaction and what are ACID properties?
What are the benefits of using Stored Procedures in SQL Server?
OR
Why should we use Stored Procedures?
Which join gives the Cartesian product of two tables in sql server?
What is a deadlock and what is a live lock? How will you go about resolving deadlocks?
How is the SUBSTR keyword used in SQL?
What is the IDENTITY property in SQL Server?
Why does inline or embedded SQL run faster than my stored procedures?
What is the primary key in SQL Server?