what is the difference between primary key & foreign key?
Answer Posted / praneeth
primary key helps in uniquely identifying the records in a table
a foreign key is a field that points to the primary key of another table which links one table to another table
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to create lov dynamically at runtime & attach to text field?
What are the differences between blob and clob in oracle?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
Can we write dml statement in function in oracle?
What is a connect identifier?
Write a syntax for update query in oracle?
Explain the function of optimizer in oracle?
How to assign values to variables?
Are truncate and delete commands same? If so why?
What is the difference between primary key and unique key and foreign key in oracle?
 How to use an oracle sequence generator in a mapping?
What is oracle server autotrace in oracle?
How to rename an index in oracle?
Can you create a synonym without having a table?
Give the various exception types.