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 / bandivenkateswarlu
Index is used to retrive the fast access the data from the
database by using the indexes. This is the efficient
mechanizam to retrive the data differnt databases.
indexes are two types of given below.
1.primary index.
2. secondary index.
1.primary index.: is used to access the only one record from
the database. That means that should be unique. It is also
called one to one relation ship.
2.secondary index: is used to access the data only more than
one record data base. This is called the secondary index.
The secondary index is used to relation ship is the
one-to-many relationships.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Is sap xi intended to replace ale?
What is output determination?
Can a filed occur in several field groups? : abap modularization
What is asynchronous and synchronous update?
What are the check tables and value tables?
What are advantages and disadvantages of logical data base
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
Name the abap/4 modularization techniques?
What are ranges?
What are the main uses of the primary key?
What is the difference between a pool table and a transparent table?
What are indexes? : sap abap data dictionary
What is the difference between open_form and close_form?
How to pass data from list to report?