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

How can you display the current date & current time ?

7 Answers   Cap Gemini,


How many buffer pools are available in db2?

2 Answers  


What Utility is used to migrate DB2 from one release to the next?

1 Answers  


What is the clustering index in the db2 database?

0 Answers  


What is package in cobol db2?

0 Answers  


How is a typical DB2 batch program executed ?

1 Answers  


What is the use of dclgen in db2?

0 Answers  


What is the COBOL picture clause of the following DB2 data types: DATE, TIME, TIMESTAMP?

3 Answers  


Are views updateable?

0 Answers  


Mention the different locking levels that are available in db2.

0 Answers  


What is a view? Why use it?

3 Answers  


What type of database is db2?

0 Answers  


Categories