SHOW VIEWS

From InterBase

Go Up to isql Command Reference


Lists all views or displays information about a specified view.

SHOW

{VIEWS | VIEW name};

Argument Description

<name>

Name of an existing view in the current database

Description: SHOW VIEWS displays an alphabetical list of all views in the current database. SHOW VIEW name displays information about the named view.

Example: To list all views defined for the current database, enter:

SHOW VIEWS;
PHONE_LIST

See Also