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

what is the difference between table and generated view

Former Member
0 Likes
1,402

Can you please tell me what is the difference between table and generated view?

Nice day Saso

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,340

table can hold records but view is only meant for display .

view can be from one table or from combination of multiple .

Thanxx

3 REPLIES 3
Read only

Former Member
0 Likes
1,340

The view may only allow certain fields of the table to be displayed. Or, the view can also join other fields from other tables.

Read only

Former Member
0 Likes
1,341

table can hold records but view is only meant for display .

view can be from one table or from combination of multiple .

Thanxx

Read only

Former Member
0 Likes
1,340

If you need certain fields of the table or combination of fields from more than one table or entries from one table such that those entries exist in another table, u can use databse view.

This will work simply as a select query on the database,