- 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.Views that reference a row-level security table can include columns based on row-level security constraints, but it is not required. However, the view enforces any security constraints contained in the base table whether or not they are included in the view definition.