what is primary key and foreign key when and where have to use

Answers were Sorted based on User's Feedback



what is primary key and foreign key when and where have to use..

Answer / prashant

primary key has a unique & it is only one in a
databasewhile fkey is not unique. it is based on primary key

Is This Answer Correct ?    2 Yes 0 No

what is primary key and foreign key when and where have to use..

Answer / ramprasad.s

HI

Primary key = (Not Null + Unique).

Foreign key = (For Referential table access).


Bye
sun_ramprasad@yahoo.com

Is This Answer Correct ?    2 Yes 1 No

what is primary key and foreign key when and where have to use..

Answer / chandrika

primary key has unique value, it dostnt contain null values
and duplicate values.


foregin key is primary key of another table

Is This Answer Correct ?    2 Yes 2 No

what is primary key and foreign key when and where have to use..

Answer / raveendran

Primary key is unique across entire table.In primary key
not null constraint is activated.Only one primary key in
one table.

foreign key points to primary key of another table

Is This Answer Correct ?    0 Yes 0 No

what is primary key and foreign key when and where have to use..

Answer / csprusty

To establish a relationship between 2 tables.
pk=(unique+not null)
fk=unique

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Oracle General Interview Questions

why can't we assign not null constraint as table level constraint

3 Answers   CTS, Wipro,


How can I introduce multiple conditions in like operator?

0 Answers  


What is the difference between translate and replace in oracle?

0 Answers  


Explain the use of record length option in exp command.

0 Answers  


Can you use a commit statement within a database trigger?

4 Answers  


How a database is related to tablespaces?

0 Answers  


Explain an integrity constrains?

0 Answers  


How to bring a tablespace online?

0 Answers  


Can we commit inside a function in oracle?

0 Answers  


difference between oracle8i and oracle9i

4 Answers   NIIT,


State and explain the different types of data models?

0 Answers  


What is integrity and what is constraint??Explain with example

0 Answers   Google,


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • 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)