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
What happens if the imported table already exists?
What is a nvl function?
How to use group functions in the select clause using oracle?
What is the difference between hot backup and cold backup in oracle?
How to create a testing table in oracle?
Which environment variables are absolutely critical in order to run the OUI?
ABOUT IDENTITY?
What are the various constraints used in oracle?
How to write a query with a right outer join in oracle?
Explain alias?
1) Does oracle have any table which contain all the exceptions and it's code internally?
does the query needs a hint to access a materialized view?
What is ASM (Automatic Storage Management) in Oracle?
How do I start tns listener?
How to create id with auto_increment on oracle?