Unless otherwise noted, every syntax element that is a name must follow the rules for naming database objects. See Object Names.
- database_name
- user_name
- Name of the database or user to contain view_name if something other than the current database or user.
- view_name
- Name of the new view.
- column_name
- Name of a view column. If more than one column is specified, list their names in the order in which each column is to be displayed for the view.Optionally, views that reference a row-level security table can include columns based on row-level security constraints. However, the view enforces any security constraints contained in the base table whether or not the constraints are included in the view definition.