what is the difference between primary key & foreign key?
Answer Posted / harish
primary key does not allow duplicate and null values
but foreign key allows null values it refers primary key
| Is This Answer Correct ? | 25 Yes | 10 No |
Post New Answer View All Answers
How do I start tns listener?
How to delete a column in an existing table?
How to count duplicated values in a column in oracle?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
What is the best way to do multi-row insert in oracle?
Explain the use of rows option in imp command.
What are the differences between char and nchar in oracle?
How to write date and time literals in oracle?
What does sharding mean?
What is object data modeling?
How to define a procedure inside another procedure?
What are the limitations oracle database 10g xe?
How to convert characters to times in oracle?
How to call a stored function in oracle?
What types of joins are used in writing subqueries?