what is the difference between primary key & foreign key?
Answer Posted / afzaal
primary key is a constraint key that can not contain a null
or duplicate values.
foriegn key is a reference key ,before referencing the
foriegn key parent table field or fields must have primary
key.If u can try to insert a value in referencing field,new
record that must contain parent field.
| Is This Answer Correct ? | 22 Yes | 11 No |
Post New Answer View All Answers
6. Display the client name and order date for all orders using the traditional method.
What is an oracle cursor variable?
What is an Oracle index?
How to create a stored function in oracle?
State the various uses of dbcc command?
How to rollback the current transaction in oracle?
How to use existing values in update statements using oracle?
How do I uninstall oracle 11g?
Can we create database in oracle using command line ?
How to open a cursor variable?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
Explain alias?
What happens if you lost a data file?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
State all possible different index configurations a table can possibly have?