CREATE VIEW
Description
Creates a new view in the current database. You define a list of columns, which each hold data of a distinct type. The owner of the view is the issuer of the CREATE VIEW command.
For more information, please refer to CREATE VIEW
documentation.
Grammar Syntax
Sample Source Patterns
Input Code:
Output Code:
Last updated