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
What the class forname () does?
What is view in sql?
Explain raiserror in sql server?
What is merge replication?
What type of Index will get created after executing the above statement?
How to modify existing triggers using "alter trigger"?
application server is slow what may be the problem
What are different types of schemas?
How to drop an existing user defined function in ms sql server?
What happens if null values are involved in boolean operations?
What is service broker?
how to trace the traffic hitting a sql server? : Sql server database administration
What are the types of database schema? : sql server analysis services, ssas
Explain ms sql server reporting services vs crystal reports?
What is the difference between a fill factor of 100 and 0?