![]() |
What are Views in SQL? |
[Edit] |
[Edit]
A database View is a query which shows a portion of data in the database. It can be thought of as a virtual table.
An example of a view would be one in which all attributes of an employee are returned as the result without salary details. Views are often used to provide "filtered" views of a database.
A view can also hide the complexity of getting the correct data when a query is sent.
First answer by Sqlguy. Last edit by Sqlguy. Contributor trust: 0 [recommend contributor]. Question popularity: 1 [recommend question]





