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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What statement will be found in an sap application program that implements a function module exit?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
can anyone tell me how to code bdc program with 2 or 3 conditions in g/l account master(fi/co) how to make logic in choosing radio button automaticaly (for balance sheet and profit loss accout in our case.)
What is the exact use of Reuse_alv_field_catlog_merge.
How to create a check box/option button in a list?
in bdc which method is suitable for back ground processing?
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
How to call a subroutine in sapscript?
Can you define a field without a data element? : abap data dictionary
give example of sap memory and abap memory
What is direct input method?
differtent types of messages?
5 Answers Deloitte, Enteg Technologies,
When value table becomes check table?