SQLzoo.net

CREATE a VIEW.

Access

A view is a named SELECT statement.

In this example we show only European countries, we also show the population in millions.

Note how the columns of the table may be named.

Execute tidy up code silently
Execute set up code


Specific to Access
A view is called a query in Microsoft Access. Use DROP TABLE to remove a view.

Related links:

  • CREATE, DROP and ALTER