what is the difference between primary key & foreign key?
Answer Posted / suneel manne
Primary key is a key it will allow only Unique values and
avoid duplicate values and foreign key is a reference key
from the other table, So here primary key acts as a parent
key and foreign key acts as a child key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the types of sub query?
What is a read write transaction in oracle?
What do you mean by redo log file mirroring?
What is a subquery in oracle?
Can we protect our pl/sql source code?
what is normalisation?what are its uses?
Is postgres faster than oracle?
What is a system tablespace?
Explain the difference between sap and oracle?
What is procedure overloading in oracle?
What is format trigger?
What is varray?
How to create id with auto_increment on oracle?
What is ordinary table in oracle?
Give the constructs of a package, function or a procedure.