what is the difference between primary key & foreign key?
Answer Posted / vaziuddin shaik
PRIMARY KEY
-------------
Primary key is a column in a table which is having unique
values......and it does not contain null values and
duplicate values...........
FOREIGN KEY
-------------
Foreign key is a column in a table which act as reference to
another table.....and it may contain null and duplicate
values.....(or)it may not contain null and duplicate
values...........
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to define an external table with a text file?
How do I limit the number of rows returned by an oracle query after ordering?
How to create a server parameter file?
How to use "out" parameter properly?
How do I reset a sequence in oracle?
What do you mean by a database transaction & what all tcl statements are available in oracle?
What is oracle server autotrace in oracle?
Explain about functional dependency and its relation with table design?
What are the different pseudo commands? Explain in general?
What is procedure overloading in oracle?
How to use "for" statements in oracle?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
How to get the Installed Oracle Version Information ?
How to check database size in Oracle?
How to check the server version in oracle?