Computer Science, asked by piyushrajkumar2006, 8 months ago

explain the type of view in a database​

Answers

Answered by jyoti303
5

Answer:

A database view is a subset of a database and is based on a query that runs on one or more database tables. Database views are saved in the database as named queries and can be used to save frequently used, complex queries. There are two types of database views: dynamic views and static views.

Similar questions