what is the difference between primary key & foreign key?
Answer Posted / guest
primary key is used to identify a row and it doesnot allow
null values. It avoids duplication of rows.
whereas foreign key refers to a column or combination of
columns included in the defenition of referential integrity.
| Is This Answer Correct ? | 155 Yes | 19 No |
Post New Answer View All Answers
Can a parameter be passed to a cursor?
What is meant by raw datatype?
Is oracle a programming language?
In what script is snap$ created? In what script is the scott/tiger schema created?
What is an oracle recycle bin?
What is an oracle table?
How to divide query output into groups in oracle?
How to rename a tablespace in oracle?
How to create a new user account in oracle?
Explain what are the characteristics of data files?
How to drop a tablespace?
What is a private synonym?
What is a read write transaction in oracle?
How to enter a new row into a table interactively?
What is oracle datasource?