Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

differences between the sorted ,standard, hashed tables.

Answer Posted / ektagalani

1.Standard Internal Tables: These tables have a linear index
and can be accessed using the index or the key. The response
time is in linear relationship with number of table entries.
These tables are useful when user wants to address
individual table entries using the index.
2.Sorted Internal Tables: These tables also have an index
and the key. But, the response time is in logarithmic
relationship with number of table entries, since it uses
binary search algorithm instead of linear search. These
tables are useful when user wants the table to be sorted
while additional entries have to be added.
3.Hashed Internal Tables: These tables have no index, but
have the key. The response time is constant irrespective of
number of table entries, since it uses a Hash algorithm.
These tables are useful when user wants to access the
entries with key only.

Is This Answer Correct ?    22 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you manipulate the presentation and attributes of interactive lists?

1210


How to debug rfc function module?

1328


What are the basic objects of the data dictionary? : abap data dictionary

1121


Do we create table fields with out data elements and domains?

1168


State the system field for the current date?

1123


How do you restrict the data to be entered in the payroll area? : sap abap hr

1105


Name the special commands of list?

1227


How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?

1129


What are the aggregate objects in data dictionary? : sap abap data dictionary

1250


What is the difference between bdc_okcode and bdc_cursor? : abap bdc

1152


What is the length of function code at user-command?

1367


What is the meaning of client independent?

1076


What is a data dictionary? : sap abap data dictionary

1009


Explain the advantages/disadvantages of logical databases?

1090


What is page window?

1031