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
What are uses of foreign key?
How would you define the exponents for a type ‘f’ field?
What is size category?
What is view? Explain the different types of view?
What is view? Different types of view. Explain?
What is the structure of bdcmsgcoll? : abap bdc
Difference between open sql and native sql? : abap data dictionary
Does the external program run in the same sap luw as the caller, or in a separate one?
How many main windows are allowed in sapscript?
What is img? : sap abap hr
What is the difference between scrolling a table horizontally and vertically?
Difference between user exit and badis?
What is exception class and test class. How to use it?
What are the personnel administration related infotypes? : abap hr
How to read 5th record from Hash Internal Table?