What is the difference between Primary key and
unique index?
Answer Posted / rams
Primary Key is Unique and Not Null. Unique index can be defined on Primary Key or any other Unique column in the table. Unique index can have a Null Value unlike Primary Key.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define buffer pool.
What is isolation level in db2?
How to retrieve rows from a db2 table in embedded sql?
what is the role of the cursor in db2?
Can there be more than one cursor open for any program?
What is performance tuning db2?
What is declare cursor?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
What is reorg and runstats in db2?
What is the difference between cursor and select statement?
What is a db2 schema?
Are view updateable?
How to view db2 table structure?
What is check constraint. Explain with example.
What is with ur in db2?