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 is the differences between abap and ooabap. In which situation we useooabap?
What are the ways you can do the tuning?
Explain client-dependent and client-independent tables.
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is step-loop? Explain all the steps?
Is it possible to run host command from SAP environment? How do you run?
What is the difference between sum and collect?
Define alv programming in abap?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
Can i Have Some Realtime Examples On Modulepool programming.
How do you read files from the presentation server ? : abap bdc
Define database layer? : abap data dictionary
What is the syntex used to call a screen as dialog box (pop up)?
Differentiate between the uline and write: sy-uline statements if any?
How is conversion of data types done between abap/4 & db layer?