Answer Posted / pandu
first of all create index
create index<indexname> on <tablename>(<columnname>);
after that we have to access to that by
Select * from <indexname>
Correct me is am i wrong...
Thank You.
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How to execute stored procedure in db2 command editor?
What is cursor in dbms?
what is db2 restart?
What do you mean by commit and rollback?
What is ibm db2 connect?
What is bind plan?
Explain package in db2 and its advantages?
How to access db2 tables in mainframe?
What is the role of data manager in the db2 database?
What is meant by union and union all?
What is explain plan in db2?
What is commit in db2?
How to find schema of a table in db2?
What is the syntax for seeing the columns and data types of a table in the db2 database?
What is host variable in db2 cobol?