Define Foreign Key?
Answers were Sorted based on User's Feedback
Answer / vani
it is a primary key which is referenced to another table
| Is This Answer Correct ? | 19 Yes | 5 No |
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 |
Answer / pravati
foreign key of one table points to a primary key of another table.
| Is This Answer Correct ? | 1 Yes | 0 No |
How you can get the list of largest tables in a database?
what's sql server? : Sql server database administration
what is package configuration variable?How to change file name in folder dynamically?Plz help me
What are the type of joins? When do we use Outer and Self joins?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
how can we know that how many users are connected in perticuler server??????
How to connect sql server management studio express to sql server 2005 express?
Explain the usage of floor function in sql server.
Does order by actually change the order of the data in the tables or does it just change the output?
Can we use pragma autonomous_transaction in trigger?
how to find the particular row in table?(means suppose one table contain 10 rows , in these 10 rows how to find the particular row(example in 10 rows i want 5 row how)?
16 Answers Accenture, IBM, Marlabs,
Why I can not enter 0.001 second in date and time literals in ms sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)