what is the difference between primary key & foreign key?
Answer Posted / ramprakash
Primary keys enforce entity integrity by uniquely
identifying entity instances. Foreign keys enforce
referential integrity by completing an association between
two entities.
| Is This Answer Correct ? | 275 Yes | 50 No |
Post New Answer View All Answers
Can we create database in oracle using command line ?
How can Oracle users be audited?
What is Segment Advisor in Oracle?
Why is oracle so popular?
Please explain drop constraint oracle?
How to build data dictionary view an new database?
What is the difference between translate and replace?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
What is the fastest query method to fetch data from the table?
How to use "in" parameter properly?
How to rollback the current transaction in oracle?
How to load data through external tables?
Explain the use of indexes option in exp command.
What are data pump export and import modes?
Explain the use of grant option in imp command.