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 FOREIGN KEY in SQL Server?
FOREIGN KEYs are both a method of ensuring data integrity and a manifestation of the relationships between tables. When you add a FOREIGN KEY to a table, you create a dependency between the table for which you define the FOREIGN KEY (the referencing table) and the table your FOREIGN KEY references (the referred table). After adding a FOREIGN KEY, any record you insert into the referencing table must have a matching record in the referenced column(s) of the referenced table, or the value of the FOREIGN KEY column(s) must be set to NULL.
How to find out column names and their datatypes in a given table using a query in SQL Server?
What are the OS services that the SQL Server installation adds?
If any user-created stored procedure has the same name as a system stored procedure, will the user-created stored procedure be executed?
What is the CASCADE action in SQL Server?
What is the advantage of SET NOCOUNT ON?
What is the difference between CAST and CONVERT in SQL?
What are the Stored procedures (sprocs) in SQL Server?
State true or false. !=, <>, ^= all denote the same operation in SQL Server.
What is the use of CASCADE CONSTRAINTS?
Which command is used to get back the privileges offered by the GRANT command in SQL Server?