What is an index?
By default system will create the primary index or User can
create,if user How?
And also Secondary indexes by User or by defaultly system?
Answer Posted / jenny
Indexes are a sorted copy of the table that exist in the
database which helps in faster retrival of data from the
database.
Primary Index : User cannot create a primary index, the
system creates a primary index by default based on the
primary keys of the table.
Secondary Index : The secondary indexes are created by the
user.we can create a maximum of upto 15 secondary indexes
for a table.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What do you understand by work area and internal tables in abap? Why do we use it?
What are the different message types available in the abap/4 ?
What are the different functions used in sap script?
What functions does a data dictionary perform? : abap data dictionary
What is bdc? : abap bdc
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What is meant by performance analysis? Have done anything to improve the performance?
What is table pool?
What is the structure of bdcmsgcoll? : abap bdc
How do you process errors in call transaction method? : abap bdc
How we format the data before writing a statement in the report?
Some Realtime Examples on Exits .
How to specify a client for database table processing?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc