Contents IndexValidity checking Defining a view

User's Guide
   Part II. Tutorials
    Chapter 11. Introduction to Views

About this chapter

It is often impractical to repeatedly type complicated queries. SQL provides views, that allow you to give names to frequently executed SELECT commands. A view is a computed table which is useful for security purposes, and for tailoring the appearance of database information to make data access straightforward.

This chapter introduces you to views.

Defining a view
Using views for security

Contents IndexValidity checking Defining a view