what is the difference between primary key & foreign key?
Answer Posted / anjanareddy
i cleared this question simple.
TAKE A LOOK
primary key:-It doesn't allow NULL values and duplicate values
it is a unique one.
Foreign key:- It allows NULL and duplicate values
It always give reference to primary key of another table
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to drop an existing table in oracle?
What is bulk load in oracle?
Can we insert data in view oracle?
What is the difference between pre-select and pre-query?
How do you find current date and time in oracle?
What are the system predefined user roles?
How to download oracle database 10g xe?
Can a formula column be obtained through a select statement ?
What is private procedure oracle?
How to upsert (update or insert into a table)?
What is a package in oracle?
What is the oracle implicit cursor?
Explain how you would restore a database using RMAN to Point in Time?
What is a parameter file in oracle?
What happens to the indexes if a table is recovered?