what is primary key and foreign key when and where have to use
Answer Posted / 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 |
Post New Answer View All Answers
How to recover a dropped table in oracle?
What is hash cluster in oracle?
What is pragma autonomous transaction in oracle?
What is Segment Advisor in Oracle?
How to create a new oracle data file?
What is key preserved table?
Explain the dml?
How do I call oracle stored procedures that take no parameters?
How to assign a table row to a record variable?
What are the execution control statements?
What is a view and how is it different from a table?
How to bring a tablespace online?
How to specify default values in insert statement using oracle?
How to load a large xml file?
What are the extensions used by oracle reports?