what is mean by prmary key and foreign key and how can we
diffrentiate that?
Please answer me.
Advance thanks.
Answer Posted / ysailajasantosh
Primary key means a unique key which is constant.
A foreign key (FK) is a column or combination of columns
that is used to establish and enforce a link between the
data in two tables. You can create a foreign key by
defining a FOREIGN KEY constraint when you create or modify
a table.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the database name in oracle?
In which language oracle has been developed?
Explain an extent?
What are the varoius components of physical database structure of oracle database?
What is an oracle tablespace?
What is user managed backup in Oracle?
Is primary key indexed by default in oracle?
Why does for update in oracle 8 cause an ora-01002 error?
When system tablespace is created?
Please explain oracle data types with examples?
State the various uses of dbcc command?
What is an oracle data file?
Calculate difference between 2 date / times in oracle sql?
Please explain drop constraint oracle?
What are the different types of partitions in oracle?