0% found this document useful (0 votes)
7 views

SQL - What Is A View - 1keydata

Uploaded by

vickroid007
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

SQL - What Is A View - 1keydata

Uploaded by

vickroid007
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

3/2/2016 SQL ­ What is a View | 1Keydata

SQL View

SQL Data Warehousing CSS PHP HTML Database Normalization

SQL Tutorial
Basic SQL Commands
SQL SELECT
SQL DISTINCT
SQL WHERE SQL > Data Definition Language (DDL) > View
SQL AND OR
A view is a virtual table. A view consists of rows and columns just like a table. The difference between a view and a table is that views are
SQL IN
definitions built on top of other tables (or views), and do not hold data themselves. If data is changing in the underlying table, the same
SQL BETWEEN
change is reflected in the view. A view can be built on top of a single table or multiple tables. It can also be built on top of another view. In
SQL Wildcard the SQL Create View page, we will see how a view can be built.
SQL LIKE
SQL ORDER BY Views offer the following advantages:
SQL GROUP BY
SQL HAVING 1. Ease of use: A view hides the complexity of the database tables from end users. Essentially we can think of views as a layer of abstraction
SQL ALIAS
on top of the database tables.
SQL AS
2. Space savings: Views takes very little space to store, since they do not store actual data.
SQL SELECT UNIQUE
SQL JOIN 3. Additional data security: Views can include only certain columns in the table so that only the non-sensitive columns are included and
SQL INNER JOIN exposed to the end user. In addition, some databases allow views to have different security settings, thus hiding sensitive data from prying
SQL OUTER JOIN eyes.
SQL LEFT OUTER JOIN
SQL CROSS JOIN Next: SQL CREATE VIEW
SQL INSERT INTO
SQL INSERT INTO SELECT
SQL UPDATE
Unify your ALM tools now
SQL DELETE FROM Are your applications working in silos? ConnectALL unifies them!

Advanced SQL
SQL UNION
SQL UNION ALL
SQL Inline View Copyright © 2016 1keydata.com All Rights Reserved Privacy Policy About Contact
SQL INTERSECT
SQL MINUS
SQL LIMIT
SQL TOP
SQL Subquery
SQL EXISTS
SQL CASE
SQL DECODE
SQL AUTO INCREMENT
SQL IDENTITY
SEQUENCE & NEXTVAL

SQL Functions
SQL Average
SQL COUNT
SQL MAX
SQL MIN
SQL SUM
SQL ROUND

String Functions
SQL CAST
SQL CONVERT
SQL CONCATENATE
SQL SUBSTRING
SQL INSTR
SQL TRIM
SQL LENGTH
SQL REPLACE
SQL TO_DATE

Date Functions

http://www.1keydata.com/sql/sql­view.html 1/1

You might also like