SQL For Beginners: A Step-by-Step Guide to Learn SQL (Structured Query Language) from Installation to Database Management and Database Administration. by McKinnon Julian James
Author:McKinnon, Julian James [McKinnon, Julian James]
Language: eng
Format: epub
Published: 2020-02-07T16:00:00+00:00
Chapter 7: Using VIEWS in SQL
VIEWS are virtual tables or stored SQL queries in the databases that have predefined queries and unique names.
They are actually the resulting tables from your SQL queries.
As a beginner, you may want to learn about how you can use VIEWS.
Among their numerous uses is their flexibility can combine rows and columns from VIEWS.
Here are important pointers and advantages in using VIEWS:
You can summarize data from different tables or a subset of columns from various tables.
You can control what users of your databases can see, and restrict what you don’t want them to view.
You can organize your database for your users’ easy manipulation, while simultaneously protecting your non-public files.
You can modify, or edit, or UPDATE your data. Sometimes there are limitations, though, such as being able to access only one column when using VIEW.
You can create columns from various tables for your reports.
You can increase the security of your databases because VIEWS can display only the information that you want to be displayed.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8305)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6781)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6755)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6642)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6428)
Driving Data Quality with Data Contracts by Andrew Jones(6369)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6129)
Learning SQL by Alan Beaulieu(6002)
Weapons of Math Destruction by Cathy O'Neil(5793)
Big Data Analysis with Python by Ivan Marin(5383)
Data Engineering with dbt by Roberto Zagni(4386)
Solidity Programming Essentials by Ritesh Modi(4036)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3894)
Pandas Cookbook by Theodore Petrou(3597)
Blockchain Basics by Daniel Drescher(3303)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2913)
Feature Store for Machine Learning by Jayanth Kumar M J(2817)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2800)
Mastering Python for Finance by Unknown(2747)
