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 to connect to the server with user account: sys?
Explain table?
Can we use bind variables in oracle stored procedure?
What is a snapshot in oracle database?
what happened to the global index when I truncate the data in one of the partition?
Does facebook use oracle?
Can we call procedure inside function in oracle?
Is the After report trigger fired if the report execution fails ?
List out the components of logical database structure of oracle database.
Explain the difference between a procedure and a function? What do you understand by those terms?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
What is difference between truncate and delete?
What is the use of file param in imp command?
How to call a stored function in oracle?
What is sequence?