Page 1 of 1

View Privileges - Blog Post

Posted: Thu Aug 10, 2017 2:28 pm
by JimKnicely
Posted on Tuesday, August 8th, 2017 at 12:38 pm.
Written by Soniya

This set of examples shows the privileges a user needs for various operations related to views, including creating and querying. A view is a virtual table based on the result set of a SQL statement, also called a SQL query. To select from a view, you need a combination of privileges on the underlying tables, and their schemas, as well as the view and its schema. This document describes the minimum set of privileges you need to perform certain operations on views.

Read more here:
https://my.vertica.com/blog/view-privileges/