explain about index with examples

Answers were Sorted based on User's Feedback



explain about index with examples..

Answer / swapnil

USING AN INDEX WE CAN ACCESS THE KEY VERY FAST
ON PRIMARY KEY YOU CREATE AN INDEX.

Is This Answer Correct ?    6 Yes 0 No

explain about index with examples..

Answer / 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

More DB2 Interview Questions

what is the use of commit ? and what is the syntax?

2 Answers   Deloitte,


what is Static and dynamic linking

1 Answers   Virtusa,


What is meant by concurrency?

1 Answers  


Could anyone clearly explain the diference between sub query and correlated sub query?

3 Answers  


What does reorg do in db2?

0 Answers  






what is the name of the default db2 catalog database?

3 Answers   IBM,


How to resolve -805 error in DB2?

1 Answers   Cap Gemini,


What is a clustering index ?

3 Answers  


How can you find out which query is taking lot of time to execute in cobol-db2 program ?

1 Answers   Danske,


List down the data types in the db2 database.

0 Answers  


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.

0 Answers   IBM,


What is the connection string to connect to the DB2 Database ?

0 Answers   MCN Solutions,


Categories