what is the difference between primary key & foreign key?
Answer Posted / shree
foreign key is NULL
foreign key reference as Primary key in another table
Primary key is unique
primary key is not NULL and
| Is This Answer Correct ? | 46 Yes | 12 No |
Post New Answer View All Answers
Difference between inner join vs where ?
Describe the types of sub query?
How index is implemented in oracle database?
What is the sid in oracle?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
Explain enable novalidate constraint.
Explain the use of inctype option in exp command.
How to write a query with an inner join in oracle?
How do I manually create a database in oracle?
what is the difference between substr and instr function in oracle?
What is an anonymous block?
How to define an oracle sub procedure?
How to retrieve data from an explicit cursor?
What is dual table oracle?
How can you use check constraints for self referential integrity?