Define Foreign Key?
Answer Posted / manoj pandey
Foreign Key is used to establish Referential Integrity/Constraint between 2 tables. Mainly it is a column in a table that uniquely identifies every record in another table. A table can have 1 or more than 1 FKs.
~Manoj (sqlwithmanoj.wordpress.com)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Write a query for primary key constraint with identity key word?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
Why we need sql server?
What are null values in ms sql server?
How to install sql server 2005 express edition?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
How many levels of sp nesting is possible?
Explain stored procedure?
Does hive support indexing?
What happens when the SQL Azure database reaches Max Size?
What is meant by indexing files?
What are three major types of constraints?
How to loop through result set objects using odbc_fetch_row()?
How is SQL Azure different than SQL server?
what is the system function to get current user's user id? : Sql server database administration