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 / gajendra jain

A table can have only one Primery key but it can have any number of Foreign key.

Is This Answer Correct ?    0 Yes 1 No

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

Answer / anand

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 ?    0 Yes 1 No

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

Answer / abhishek ranjan

The main diference between primary key and the foreign key is that the primary key is a column or a set of columns that can be used to uniquely identify a row in a table while the foreign key is a column or a set of columns that refer to a primary key or a candidate key of another table. Foreign key mainly provides a method to link information in several tables. Another difference is that a table can have a single primary key, but it can have multiple foreign keys that can reference different tables.

Is This Answer Correct ?    0 Yes 1 No

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

Answer / leang heng

Primary Key is a column or group of columns that determine
in each Record to make not null.

Foreign Key is Column that provide Relationship to Primary
Key between Entities or Table.

Is This Answer Correct ?    0 Yes 1 No

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

Answer / praneeth

primary key helps in uniquely identifying the records in a table
a foreign key is a field that points to the primary key of another table which links one table to another table

Is This Answer Correct ?    0 Yes 1 No

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

Answer / aarti

Primary Key : It is a unique key of the table.Unique for
each record in the table(e.g ID).

Foreign Key : When a primary key is used as a reference key
in another table then it is called as a foreign key.It is
used to link two tables.

Is This Answer Correct ?    1 Yes 2 No

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

Answer / keyman

Foreign key = Florida Keys (Keys in a foreign land)
Primary Key = The main key you use to enter you home

Is This Answer Correct ?    12 Yes 36 No

Post New Answer

More Oracle General Interview Questions

How to create a new user account in oracle?

0 Answers  


How to Select second Maximum salary in a Table ?

13 Answers   Oracle,


Which environment variables are absolutely critical in order to run the OUI?

0 Answers  


What is the difference between normal and corelated subqueries?

2 Answers  


How many types of table in Oracle?

0 Answers   MCN Solutions,






How to commit the current transaction in oracle?

0 Answers  


In which language oracle has been developed?

0 Answers  


How to use like conditions in oracle?

0 Answers  


How to create tables for odbc connection testing?

0 Answers  


what is the difference between first normal form & second normal form?

11 Answers   IBM, Oracle,


What are the uses of synonyms?

0 Answers  


what is IDE,DMV in sql server?

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)