Define Foreign Key?

Answers were Sorted based on User's Feedback



Define Foreign Key?..

Answer / vani

it is a primary key which is referenced to another table

Is This Answer Correct ?    19 Yes 5 No

Define Foreign Key?..

Answer / 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

Define Foreign Key?..

Answer / pravati

foreign key of one table points to a primary key of another table.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?

0 Answers  


what is a join and explain different types of joins? : Sql server database administration

0 Answers  


What is NOT NULL Constraint in sql server 2012?

0 Answers   CDC,


Explain what is public role in sql server?

0 Answers  


Explain the concepts and capabilities of sql server?

0 Answers  






What is Command line parameters in PLSQL.?

0 Answers   MCN Solutions,


How to find the second highest salary of an employee?

0 Answers  


Explain some DBCC commands?

6 Answers  


What is statement level trigger?

0 Answers  


How to view the error log for any specific instance? : sql server database administration

0 Answers  


How do I start sql server 2017?

0 Answers  


What is the difference between a function and a trigger?

0 Answers  


Categories