Defination:- A VIEW can pull together data from multiple tables, as well as aggregate data, and present it as though it is a single table.
Benefits of Views:-
A view can be useful when there are multiple users with different levels of access, who all need to see portions of the data in the database (but not necessarily all of the data). Views can do the following:- Restrict access to specific rows in a table
- Restrict access to specific columns in a table
- Join columns from multiple tables and present them as though they are part of a single table
- Present aggregate information (such as the results of the COUNT function)
No comments:
Post a Comment