Computer Science, asked by harishmahto973, 5 months ago

What are the different views to works with a table?​

Answers

Answered by Anonymous
7

Answer:

A view consists of rows and columns just like a table. The difference between a view and a table is that views are definitions built on top of other tables (or views), and do not hold data themselves. If data is changing in the underlying table, the same change is reflected in the view.

Answered by kausalyap27
5

There are two types of database views: dynamic views and static views. Dynamic views can contain data from one or two tables and automatically include all of the columns from the specified table or tables. Dynamic views are automatically updated when related objects or extended objects are created or changed.

Similar questions