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 CASCADE action in SQL Server?
Bu default, you can not delete a record or update the referenced column in a referenced table if that record is referenced from the dependent table. If you want to be able to delete or update such records, then you need to set up a CASCADE action for the delete and/or update.
Which function is used to find the smallest integer greater than or equal to a specific value in sql server?
How to use EXISTS operator OR
How to use subqueries with the EXISTS operators?
The reason why views are created in SQL Server?
Which command is used to get back the privileges offered by the GRANT command in SQL Server?
What is the default join in SQL Server 2000?
What command is used to create a table by copying the structure of another table in SQL Server?
Define candidate key, alternate key, composite key.
How to determine the service pack currently installed on SQL Server?
What is DTC (Distributed Transaction Coordinator) in SQL Server?
What is the CHECK constraint in SQL Server?