What is the difference between primary key & unique index ?
Answer Posted / s
Primary Key uniquely identifies the record and the UNIQUE
index on the primary key ensures that no duplicates values
will be stored in the table.
| Is This Answer Correct ? | 16 Yes | 14 No |
Post New Answer View All Answers
What is package in db2 mainframe?
What is the syntax for seeing the columns and data types of a table in the db2 database?
How do I add a column to a table in db2?
What is coalesce in db2?
What are the full forms of spufi and dclgen and why are they used?
What is the use of reorg in db2?
What is cursor stability in db2?
How can record locking be achieved in those DB2 versions which do not support it?
How to check last update on table in db2?
Which component is responsible for db2 startup and shutdown?
Is ibm db2 open source?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
What is release/acquire in bind?
How to execute stored procedure in db2 command editor?
Which command is used to connect to a database in DB2 ? Give the Syntax.