what is the difference between primary key & foreign key?
Answer Posted / raghu
In the context of relational databases, a foreign key is a
referential constraint between two tables.[1] The foreign
key identifies a column or a set of columns in one
(referencing) table that refers to a column or set of
columns in another (referenced) table. The columns in the
referencing table must form a primary key or unique key.
| Is This Answer Correct ? | 58 Yes | 20 No |
Post New Answer View All Answers
how to clone 9i Database on to 10g Database.
How to enter a new row into a table interactively?
How can we force the database to use the user specified rollback segment?
How to display row numbers with the records?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
How to install oracle database 10g xe?
How to delete a user account in oracle?
What is the difference between truncate & delete command?
What is a table in oracle?
State and explain the different types of data models?
What is ceil and floor in oracle?
Can I create users through internet explorer in oracle 10g?
What is the difference between translate and replace?
How to call a stored function with parameters?
Explain the use of Merge statement in oracle 11g