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

Views

Former Member
0 Likes
650

Hi,

Do v hv corresponding tables in DB for the views????

Thanks,

Mohit.

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
628

Hi,

yes we have

example...check the table TBD51 nad its corresponding view V_TBD51.It is called dataabse view

Reward pounts if u find useful.

Regards,

Nagaraj

5 REPLIES 5
Read only

Former Member
0 Likes
628

Yes. But views can be subset of a table or many tables.

Read only

Former Member
0 Likes
628

But there will not be any view stoed in DB.

Read only

former_member404244
Active Contributor
0 Likes
629

Hi,

yes we have

example...check the table TBD51 nad its corresponding view V_TBD51.It is called dataabse view

Reward pounts if u find useful.

Regards,

Nagaraj

Read only

Former Member
0 Likes
628

Hi,

Yes, we have the Corresponding tables for the Views

Regards

Sudheer

Read only

Former Member
0 Likes
628

A view table is a view of one or more existing tables. Parts of these tables are hidden, and others remain visible.

You could refer to the link below for more details.

http://dev.mysql.com/doc/maxdb/en/4c/c24340a49f6913e10000000a1550b0/content.htm