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

What do you understand by a database object?

0 Answers  


16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.

1 Answers   Wipro,


select * from emp what happened internally when we write this query in the sql prompt?

5 Answers  


How to run create database statement again?

0 Answers  


4. Using a set operator, display the creditor number of all creditors who have ever been paid.

2 Answers   Wipro,






How to use regular expression in pattern match conditions in oracle?

0 Answers  


Is oracle a relational database?

0 Answers  


How to view the tablespaces in the current database?

0 Answers  


what is pragma?

2 Answers  


What are the uses of linked server and explain it in detail?

0 Answers  


What is a snapshot in oracle database?

0 Answers  


How many types of synonyms in Oracle?

0 Answers   MCN Solutions,


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)