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

Can we insert data in view oracle?

0 Answers  


What is the function of Optimizer ?

1 Answers  


after installatio of ORACLE 8i, work properly, but after restarting the system, it throw an error ORA 01034: ORACLE not availble

1 Answers  


How to download oracle database 10g xe?

0 Answers  


Can we store images in oracle database?

0 Answers  






Can we create more than one constraint to column ?

6 Answers  


can you write commit in triggers?

4 Answers  


How can one skip any number of rows while loading the DB tables with SQL Loader? Similarly how can one skip any column?

1 Answers   IBM,


How would you go about verifying the network name that the local_listener is currently using?

0 Answers  


What is meant by joins? List out the types of joins.

0 Answers  


What is SAVE POINT ?

5 Answers  


Why should I use oracle database?

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)