Answer Posted / dilon
index are nothing but primary key in the table...
ex:create table emp(eno numeric(4) not null primary key,
ename char(10) not null,
elocation char(10) not null)
in this example employee number eno is the primary key it is
called as index...
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is the use of runstats in db2?
What are foreign keys in db2?
What is dpf in db2?
How can record locking be achieved in those DB2 versions which do not support it?
How can we read records for specific member in CL? AND rpg?
How many types of page locks can be held in db2?
What is buffer pool in the db2 database?
What is a collection in db2?
How to access db2 tables in mainframe?
Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.
What are catalog tables in db2?
How to find the number of rows in db2 tables?
How do you stop a db2 database in linux?
What is iseries database?
How does a cursor work?