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 significance of delivery class?
What are the two different ways of building a match code object?
What is the difference between leave transaction and call transaction?
Explain the systems fields used for interactive lists and lists?
Explain what are standard layouts sets in the sap script?
What is meant by hotspots?
What is a help view? : abap data dictionary
What is table attribute? : abap data dictionary
when do you need to create an internal table with header line ? and with out a header line?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
How can you distinguish between different kinds of parameters?
Explain the advantages of abap query tool?
What are uses of foreign key?
What does the insert statement in extract datasets do? : abap modularization
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc