Application Development and Automation 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: 
Read only

general

Former Member
0 Likes
818

Which of the following do not exist in the underlying database?

a) Transparent Table

b) Structure

c) View

d) Internal tables

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
796

Internal table dont exist in database

Message was edited by:

Sridhar Srirama

7 REPLIES 7
Read only

Former Member
0 Likes
796

Hi

d

internal tables

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
797

Internal table dont exist in database

Message was edited by:

Sridhar Srirama

Read only

Former Member
0 Likes
796

Hi ,

internal table are voltaile.

when i say voltaile , its restricted to program .

when you are out of that program everything would be cleard and refreshed.

when ever you execte it at the beginning internal tables doesn't contain any data

so i would say answer is internal table

Thanks

venki

Read only

Former Member
0 Likes
796

defenitely internal table is not available in the database. Beacouse internal table is only available in the run time of the programm. After the program execution is complete the memory reserved for the internal table is released.

Read only

0 Likes
796

b) Structure

c) View

these are also not available in the database. These exist only in data dictionary. Data dictionary store the metadata.

Only transaparent table is avaiilable in the underlying database.

Read only

Former Member
0 Likes
796

Hi,

Structure and internal tables do not exist in the underlying database..

Thanks,

Naren

Read only

Former Member
0 Likes
796

hi,

Structure,

view,

internal table, These are not exist in database.

Regards,

Suresh.V