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

foreign key is NULL
foreign key reference as Primary key in another table


Primary key is unique
primary key is not NULL and

Is This Answer Correct ?    46 Yes 12 No

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

Answer / simbu

primary key is a keyword .that refers to the unique value
in the particular record.it cant have null

foreign key is always keyword that refers primary key.it has
null value.its refers to another table

Is This Answer Correct ?    34 Yes 8 No

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

Answer / rohit tyagi

forign key includes the information that primary key
contains,but primary key does not include the information
of forein key.

thaks[something different,isn't it!]

Is This Answer Correct ?    28 Yes 5 No

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

Answer / raji

foregin key reference a primary key in another table

and primary key is used to identify a row.

Is This Answer Correct ?    30 Yes 10 No

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

Answer / harish

primary key does not allow duplicate and null values
but foreign key allows null values it refers primary key

Is This Answer Correct ?    25 Yes 10 No

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

Answer / mathiyarasan

Primary is unique one. Each table has only one primary key.
But not allow null values.

Foreign key is opposite of primary. It is reference of
primary key from another table. It allow Null value. Each
table can have more than one foreign key.

Foreign key is used to link one to another table.

Is This Answer Correct ?    22 Yes 7 No

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

Answer / deepa

Primary key is a keyword.
It should not have null value and duplicate value.
We can have only one primary key in a table and the value
should be unique.

Foreign key is a keyword.
It can have null value and duplicate value.
We can have more than one foreign key for a table and this
froeign key table references the primary key table.

Is This Answer Correct ?    22 Yes 7 No

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

Answer / mithun

primary key is the unique value,but its not nul values..
this kry is avoided dublicate values

foreign key is always references the primary key.

Is This Answer Correct ?    21 Yes 8 No

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

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

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

Answer / altaf ali

primary key of a relation is a candidate key that has been
designated as the main key.It doesn't has null value.

A foreign key is an attribute in a relation that can be
used as a key to another relation.It allow null and
duplicate value.

Is This Answer Correct ?    16 Yes 5 No

Post New Answer

More Oracle General Interview Questions

How to find the duplicate rows count from employees table in oracle?

0 Answers  


How do I manually create a database in oracle?

0 Answers  


How to fetch the row which has the max value for a column?

0 Answers  


How to invoke the original export import utilities?

0 Answers  


How do I manually uninstall oracle client?

0 Answers  






How can I combine multiple rows into a comma-delimited list in oracle?

0 Answers  


How to view the tablespaces in the current database?

0 Answers  


What is meant by recursive hints ?

1 Answers  


What are the advantages of oracle 12c?

0 Answers  


What are the components of Logical database structure of ORACLE database?

4 Answers  


Differentiate between TRUNCATE and DELETE?

2 Answers  


What suggestions do you have to reduce the network traffic?

0 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)