what is the difference between primary key & foreign key?
Answer Posted / guest
Primary key is unique
primary key is not NULL and
foreign key is NULL
foreign key reference as Primary key in another table
| Is This Answer Correct ? | 250 Yes | 62 No |
Post New Answer View All Answers
How do we get field detail of a table?
How to check database size in Oracle?
various types of hints and their usage
Can a formula column be obtained through a select statement ?
How to insert a record into a table?
Why do you create or replace procedures rather that drop and recreate.
How do I find the database name in oracle?
How to commit the current transaction in oracle?
What language does oracle use?
What is oracle server autotrace in oracle?
What is Segment Advisor in Oracle?
Explain an integrity constrains?
What is redo log?
what is meant by magic query
How to create a table interactively?