Was this helpful?
Create View Statement
Defines a virtual table.
Syntax:
create view view_name
               [(column_name {, column_name})]
               as select_stmt
              [with check option];
Last modified date: 12/20/2023