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
What are oracle functions?
How to count duplicated values in a column in oracle?
What is the relation of a user account and a schema?
How to get last row id?
Can multiple columns be used in group by in oracle?
What happens if the update subquery returns multiple rows?
How to create additional tablespaces for an new database?
Explain enable novalidate constraint.
What do you mean by group by clause?
Explain an index?
Explain the difference between sap and oracle?
What is null value in oracle?
How to view all columns in an existing table?
What are internal user account in oracle?
What is a trigger and what are its types in oracle?