What is View?

What is View?

What is View?

View Answers

November 18, 2010 at 3:43 PM

Hi,

A SQL View is a virtual table, which is based on SQL SELECT query. Essentially a view is very close to a real database table (it has columns and rows just like a regular table), except for the fact that the real tables store data, while the views don?t. The view?s data is generated dynamically when the view is referenced. A view references one or more existing database tables or other views. In effect every view is a filter of the table data referenced in it and this filter can restrict both the columns and the rows of the referenced tables.

The syntax for creating a VIEW is:

CREATE VIEW view_name AS
SELECT columns
FROM table
WHERE predicates;









Related Tutorials/Questions & Answers:
ModuleNotFoundError: No module named 'viewm'
using session variable determine the no of pages viewd by the user
Advertisements
Creating Views
ModuleNotFoundError: No module named 'views'
ModuleNotFoundError: No module named 'views'
Version of com.alexvasilkov>gesture-views dependency
Version of com.androidhuman>fixedratio-views dependency
ModuleNotFoundError: No module named 'ajax-views'
ModuleNotFoundError: No module named 'paqmind.flask-views'
ModuleNotFoundError: No module named 'pyramid-views'
ModuleNotFoundError: No module named 'shinkenplugins.plugins.drupal_views'
ModuleNotFoundError: No module named 'sqlalchemy-views'
ModuleNotFoundError: No module named 'sqla-views'
ModuleNotFoundError: No module named 'ajax-views'
ModuleNotFoundError: No module named 'canonicalwebteam.django-views'
ModuleNotFoundError: No module named 'django-views'
ModuleNotFoundError: No module named 'Flask-Views'
Redirecting and forwarding to views
Maven Repository/Dependency: com.androidhuman | fixedratio-views
Maven Repository/Dependency: org.grails.plugins | views-json
Version of com.belladati>belladati-android-views dependency
Version of com.gethalfpint>dropwizard-views-jade dependency
Version of com.porch>dropwizard-views-handlebars dependency
ModuleNotFoundError: No module named 'android-benchmark-views'
ModuleNotFoundError: No module named 'buildbot-macports-custom-views'
ModuleNotFoundError: No module named 'django-class-auth-views'
ModuleNotFoundError: No module named 'django-class-auth-views'
ModuleNotFoundError: No module named 'django-datatables-views'
ModuleNotFoundError: No module named 'django-datatables-views'
ModuleNotFoundError: No module named 'django-db-views'
ModuleNotFoundError: No module named 'django-email-views'
ModuleNotFoundError: No module named 'django-extra-views-ng'
ModuleNotFoundError: No module named 'django-materialized-views'
ModuleNotFoundError: No module named 'django-vanilla-views'
ModuleNotFoundError: No module named 'django-vanilla-views'
ModuleNotFoundError: No module named 'flickr-views-counter'
ModuleNotFoundError: No module named 'huigege_page_views'
ModuleNotFoundError: No module named 'huigege_page_views'
ModuleNotFoundError: No module named 'lava-kernel-ci-views'
ModuleNotFoundError: No module named 'odoo8-addon-website-backend-views'
ModuleNotFoundError: No module named 'pyramid_views_extras'
ModuleNotFoundError: No module named 'wadofstuff-django-views'
ModuleNotFoundError: No module named 'zerolab-django-email-views'
ModuleNotFoundError: No module named 'zerolab-django-email-views'
ModuleNotFoundError: No module named 'android-benchmark-views'
ModuleNotFoundError: No module named 'btc-custom-views'
ModuleNotFoundError: No module named 'buildbot-macports-custom-views'
ModuleNotFoundError: No module named 'django-admin-views'
ModuleNotFoundError: No module named 'django-ajax-views'
ModuleNotFoundError: No module named 'django-class-auth-views'

Ads