Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

internal tables

Former Member
0 Kudos
87

how many type of internal tables are there?

1 ACCEPTED SOLUTION

0 Kudos
66

Hi,

There three types

STANDARD (Indexed tables with order)

SORTED (Sored tables with Order) Gets sorted for every new insertion.

HASHED (Arranged using Hashing so no order) Needs unique key no duplicates possible.

Regards,

Sesh

3 REPLIES 3

Former Member
0 Kudos
66

Hi,

Refer these links:

0 Kudos
67

Hi,

There three types

STANDARD (Indexed tables with order)

SORTED (Sored tables with Order) Gets sorted for every new insertion.

HASHED (Arranged using Hashing so no order) Needs unique key no duplicates possible.

Regards,

Sesh

Former Member
0 Kudos
66

hi

thanks to all for responding to my query

regards

suri