View Privileges

From InterBase
Jump to: navigation, search

Go Up to Types of Views: Read-only and Update-able


The creator of the view must have the following privileges:

  • To create a read-only view, the creator needs SELECT privileges for any underlying tables.
  • To create an update-able view, the creator needs ALL privileges to the underlying tables.

For more information on SQL privileges, see Planning Security.