how can you access index

Answer Posted / ashok kumar

we generally use the folling query for create index

CREAT INDEX <index name> on <table name>(cols1,cols2,...)

for accessing columes :

SELECT ENAME FROM EMP
WHERE cols1 and cols2

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is collection in db2 bind?

579


Why do we need reorg in db2?

566


What does db2 plan contain?

573


What is meant by union and union all?

591


What is db2 connect?

611






What is ibm db2 database?

541


What is node in db2?

610


What are foreign keys in db2?

616


What action db2 takes when a program aborts in the middle of a transaction?

659


What is nvl in db2?

630


What is ibm db2 used for?

601


Which isolation level provides highest data integrity?

599


Mention the downsides of page level lock.

711


What is a cursor in programming?

598


What is the syntax for creating a table in the db2 database?

628