Answer Posted / sudhakar1207
Indexes are used for Fast access of records from database
tables.
There are two types of indexes.
1)Primary Index: these are created automatically while table
is activating. It comprised of all the primary key fields only.
2)Secondary Index: these are created manually on rare
situations. These contains combination of primary key fields
and Non-primary key fields or Only Non-primary key fields.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
Explain the difference between domain and data element? What are aggregate object?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
Explain client-dependent and client-independent tables.
Which transaction code can I use to analyze the performance of abap program?
How do you save data in bdc tables? : abap bdc
What are the advantages and disadvantages of different types of bdc's?
What are different abap/4 editors?
What is repository info. Systems? : abap data dictionary
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What are interface/conversion programs in SAP?
What is the difference between commit-work and rollback-work tasks?
What is the full form of spro? : sap abap hr
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
Normally how many and what files get created when a transaction program is written?