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
What is oracle datasource?
How would you change old and new values in an insert, delete and update triggers?
How translate command is different from replace?
How to connect to a remote server?
What is clustered table in Oracle?
How to rename a tablespace in oracle?
How to unlock the sample user account in oracle?
What is memory advisor in Oracle?
What is the fastest query method to fetch data from the table?
Explain the difference between a procedure and a function? What do you understand by those terms?
What is a trigger oracle?
Can select statements be used on views in oracle?
How to count duplicated values in a column in oracle?
What are a collation and state the different types of collation sensitivity?
What are transaction isolation levels supported by oracle?