A view is a virtual table that presents the results of a query as though it were a real table. A view contains columns and rows like a real table, but does not store any data itself.
Views can be dynamically created and dropped as and when required.
Sometimes, views are used to limit access to specific columns or rows in a table.
Comments
Article is closed for comments.