Defining Snowflake Views
The following properties are applicable to a Snowflake View object.
Tab |
Property |
Description |
General |
Recursive | Specifies whether the view can refer to itself using recursive syntax without using a common table expression |
Secure | Specifies whether the view is secure | |
Copy Grants | Specifies whether the access permissions from the original view are retained when a new view is created | |
Tags List | Name | Specifies the name of the tag |
Value | Specifies the value of the available tag |
While doing REDB, Views are attached to incorrect tables when they have
the same name but are
present in different schemas and are
derived from different tables (that have same names) in different schemas.
Copyright © 2023 Quest Software, Inc. |