Working with Views

A view is simply a SELECT query saved in the database. Thus, most operations you can perform on queries you can also perform on views. However, there are some operations that apply only to one or the other. For background information, see Comparison of Queries and Views.

Note

Creating views and editing the structure of a view is not fully available for connections to some database management systems.

In This Section

Reference

  • Reference (Visual Database Tools)
    Provides links to general reference topics covering queries, operators, search conditions, specific DBMS requirements, user interface reference topics, and error message topics.