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
Is candidate a key?
Differentiate between mongodb vs. Sql server?
What is a select query statement in ms sql server?
What are transactions in sql?
If the job running very slow what is the action you do
What do you mean by 'normalization'?
What are logical database components? : SQL Server Architecture
What does it mean to invest in the index?
What is resultset concur_updatable?
What is primary key and example?
What is the difference between a function and a stored procedure?
What is the maximum size of sql server database?
How to find which stored procedure is currently running in sql server?
How many null values we can have in a unique key field in sql server?
How to create a simple user defined function in ms sql server?