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.
Write a SQL Query to find first week day of the month?
What is the EXISTS operator in SQL Server ?
OR
What is the EXISTS keyword in SQL Server ?
Which command is used to get back the privileges offered by the GRANT command in SQL Server?
What are the pros and cons of creating extended stored procedures?
Define candidate key, alternate key, composite key.
What is the difference between a primary key and a unique key?
What is a View in SQL Server?
Why does inline or embedded SQL run faster than my stored procedures?
What is the full form of .mdf in sql server data files?
What are the benefits of using Stored Procedures in SQL Server?
OR
Why should we use Stored Procedures?