what is primary key and foreign key when and where have to use
Answer Posted / 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 View All Answers
How to load data through external tables?
How to select some columns from a table in oracle?
Difference between pre-select and pre-query
What is a trigger and what are its types in oracle?
What is a snapshot in oracle database?
What is connection pooling in oracle?
How to start your 10g xe server from command line?
Explain the dml?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How to create a table index?
How to assign a tablespace to a users in oracle?
How to check the oracle tns settings?
What is a table in oracle?
How to start an oracle instance?
What is a trace file and how is it created in oracle?