Neoview SQL Reference Manual (R2.4 SP2)

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”
“Tables”
“Views”
Ownership
In Neoview SQL, the creator of a schema owns all the objects defined in the schema and has all
privileges on 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 135) and “REVOKE Statement” (page 155).
For information on privileges on tables and views, see “CREATE TABLE Statement” (page 72)
and “CREATE VIEW Statement” (page 101).
Database Objects 229