what is the difference between primary key & foreign key?
Answer Posted / mohammadazam
A primary key is an combination of attributes that uniquely
identifies each row in a relation. A primary key is
designated by underlining the attribute name. The primary
key of an entity set allows us to distinguish among the
various entities of the set.
A foreign key is an attribute in a relation of database
that serves as the primary key of another relation in the
same database.
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
How to convert characters to dates in oracle?
How to update a table row with a record?
What is a directory object?
How to join two tables in a single query using oracle?
How can windows applications connect to oracle servers?
Explain oracle instance.
What is object data modeling?
What suggestions do you have to reduce the network traffic?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
What is BBED in Oracle?
defination of bitmap index
How to use fetch statement in a loop?
What is bulk load in oracle?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
How to create a stored program unit?