what is the difference between primary key & foreign key?
Answer Posted / shaik gouse peer
Basic difference betweeen Primary key and foreign key is :
Primary key will not allow "Null values" and "Duplicate
values"
Foreign key will allow "Null values" and "Duplicte values"
and it refers to a primary key in anoter table.
| Is This Answer Correct ? | 130 Yes | 25 No |
Post New Answer View All Answers
What is tns name?
What are the limitations of check constraint?
How to use windows user to connect to the server?
What is oracle latest version?
Explain the use of file option in exp command.
What are data pump export and import modes?
How to pass a cursor variable to a procedure?
What is a proxy object?
What are the system predefined user roles?
Respected sir, Please send me technical questions related to oracle apps..
Briefly explain what is literal? Give an example where it can be used?
What is sequence?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
What are ddl statements in oracle?
State all possible different index configurations a table can possibly have?