what is index? I need exact defination? how will create a
secondary index?
Answer Posted / lokesh
By using Index you can search a table for data records
which will satisfy certain search criteria .Using index
will speed up the search .An index can be considered a copy
of the DB table that has been reduced to certain fields.
This copy is always in sorted form. Sorting provides faster
access of the data records of the table.
There are 2 types :
1) Primary index
2) Secondary index
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
Explain the advantages and disadvantages of abap query tool?
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What is an abap data dictionary? : abap data dictionary
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What are the types of views? : sap abap data dictionary
What is the difference between a substructure and an append structure?
What is an Unpack command?
In a loop of an internal table, what is the use of at first & at last statements?
What is a persistent class?
What is a batch input session? : abap hr
How to convert normal function module to bapi?
What are the types of bdc s?
What is the master data necessary before you can start posting in MM?
Is a logical database a requirement/must to write an abap/4 query?