Content deleted Content added
Grammar Tags: Mobile edit Mobile web edit |
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5 |
||
Line 1:
{{Short description|Database stored query result set}}
{{More citations needed|date=December 2023}}
In a [[database]], a '''view''' is the [[result set]] of a stored [[Query language|query]] that presents a limited perspective of the database to a user.<ref name="mysql-views">{{cite web | url=https://dev.mysql.com/doc/refman/8.0/en/views.html | title=25.5 Using Views | author=<!--Not stated--> | date=2023-12-12 | website=MySQL | publisher=Oracle | access-date=2023-12-12 | quote=Views are stored queries that when invoked produce a result set. A view acts as a virtual table. | archive-url=
Views can provide advantages over tables:
|