what is the difference between primary key & foreign key?

Answers were Sorted based on User's Feedback



what is the difference between primary key & foreign key?..

Answer / vij&pani

Primary key is unique key but foriegn key always refers to
primary key

Is This Answer Correct ?    327 Yes 50 No

what is the difference between primary key & foreign key?..

Answer / ramprakash

Primary keys enforce entity integrity by uniquely
identifying entity instances. Foreign keys enforce
referential integrity by completing an association between
two entities.

Is This Answer Correct ?    275 Yes 50 No

what is the difference between primary key & foreign key?..

Answer / 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

what is the difference between primary key & foreign key?..

Answer / guest

primary key is used to identify a row and it doesnot allow
null values. It avoids duplication of rows.

whereas foreign key refers to a column or combination of
columns included in the defenition of referential integrity.

Is This Answer Correct ?    155 Yes 19 No

what is the difference between primary key & foreign key?..

Answer / muneer

Primary Key is unique Key entire the table and which is
also NOT NULL
where as foriegn key is the null & which references the
primary key .

Is This Answer Correct ?    147 Yes 28 No

what is the difference between primary key & foreign key?..

Answer / 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

what is the difference between primary key & foreign key?..

Answer / guest

primary key is the parent and foreign is the child.

Is This Answer Correct ?    132 Yes 73 No

what is the difference between primary key & foreign key?..

Answer / hardik patel

primary key is used to identify a row and it doesnot allow
null values. It avoids duplication of rows.

whereas foreign key refers to a column or combination of
columns included in the defenition of referential integrity.

Is This Answer Correct ?    65 Yes 20 No

what is the difference between primary key & foreign key?..

Answer / gaurav , ashish ,preeti , main

Primary key is used to identify a row in a table and it
doesnot allow null values. It avoids duplication of rows.

whereas foreign key refers to a column or combination of
columns included in the defenition of referential integrity

Is This Answer Correct ?    57 Yes 16 No

what is the difference between primary key & foreign key?..

Answer / raghu

In the context of relational databases, a foreign key is a
referential constraint between two tables.[1] The foreign
key identifies a column or a set of columns in one
(referencing) table that refers to a column or set of
columns in another (referenced) table. The columns in the
referencing table must form a primary key or unique key.

Is This Answer Correct ?    58 Yes 20 No

Post New Answer

More Oracle General Interview Questions

Explain view?

0 Answers  


How to check the server version in oracle?

0 Answers  


Explain an index segment?

0 Answers  


Please HELP me its urgent? If i want to EXPORT data from SQL server to ORACLE 11g then how can I replicate data from SQL to ORACLE?

3 Answers  


What are the predefined tablespaces in a database?

0 Answers  






1:-How to write to update command in a procedure in oracle which update two different table at a time 2:-How to write the select command in a procedure in oracle which give multiple records

1 Answers  


what is unique key?

14 Answers   Amazon, Cap Gemini, Infosys, Wipro,


What is the difference between $oracle_base and $oracle_home?

0 Answers  


What is backup in Oracle?

0 Answers   MCN Solutions,


i have executed the Delete command after the I have created table whether deletions will be commit or not? if table is successfully created?

5 Answers   Oracle,


Why do you use stored procedures and state some of its disadvantages?

0 Answers  


What is dictionary cache ?

2 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)