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 the different types of luws?
What is payroll driver ? : abap hr
How to upload more than 2GB file from External Source to SAP?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
How many types of size categories and data classes are there? : abap data dictionary
In sap script how to print bar code in vertical manner
What are the payroll related infotypes? : abap hr
Why lsmw does not support call transaction method? : abap bdc
What are the differences between primary and secondary indexes?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
What are the tcodes for performance tuning?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
Difference between /N and /BEND?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
What are the data types of internal tables?