Neoview SQL Reference Manual (R2.4)

Database Objects
A database object is an SQL entity that exists in a namespace. SQL statements can access Neoview
SQL objects. The subsections listed below describe these Neoview SQL objects.
“Constraints”
“Indexes”
“Materialized Views” (page 263)
“Tables”
“Views”
Ownership
In Neoview SQL, the creator of a schema owns all the objects defined in the schema. In addition,
you can use the GRANT and REVOKE statements to grant access privileges for a table or view
to specified users.
For more information, see the “GRANT Statement” (page 133) and “REVOKE Statement” (page 154).
For information on privileges on tables and views, see “CREATE TABLE Statement” (page 70)
and “CREATE VIEW Statement” (page 99).
Database Objects 227