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
Define abap/4 layer?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What are the two ways for restricting the value range for a domain ?
What is a data element?
How did you test the form you developed? How did you taken print?
What are the components of sap scripts? : abap hr
What is view? Explain the different types of view?
How is conversion of data types done between abap/4 & external level?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
How can you distinguish between different kinds of parameters?
What are the two ways of producing a list within a transaction?
What are the types of search helps? : sap abap data dictionary
How do you write transaction programs in sap?
How can we upload a text file having delimiters in to legacy system? : abap bdc
How are BAPI different from normal function modules?