Sql Statements; Categories; Data Definition Language (Ddl) Statements - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

2 SQL Statements

This section describes the syntax and semantics of Neoview SQL statements.
The Neoview SQL statements and utilities are entered interactively or from script files using one
of these client-based utilities:
The Neoview Command Interface (NCI). For information about NCI, see the Neoview
Command Interface (NCI) Guide.
The HP Database Manager. For information about HPDM, see the HP Database Manager
(HPDM) User Guide.

Categories

The statements are categorized according to their functionality:

"Data Definition Language (DDL) Statements"

"Data Manipulation Language (DML) Statements"
"Transaction Control Statements"
"Resource Control and Optimization Statements"
"Control Statements"
"Object Naming Statements"
"Stored Procedure Statements"
Data Definition Language (DDL) Statements
Use these DDL statements to define, delete, or modify the definition of a Neoview SQL schema,
or object, or the authorization to use an object.
"ALTER MATERIALIZED VIEW Statement" (page 40)
"ALTER MVGROUP Statement" (page 42)
"ALTER SYNONYM Statement" (page 43)
"ALTER TABLE Statement" (page 44)
"ALTER TRIGGER Statement" (page 53)
"ALTER VIEW Statement" (page 54)
"CREATE INDEX Statement" (page 60)
"CREATE MATERIALIZED VIEW Statement" (page 63)
"CREATE MVGROUP Statement" (page 69)
"CREATE SCHEMA Statement" (page 70)
"CREATE SYNONYM Statement" (page 71)
"CREATE TABLE Statement" (page 72)
"CREATE TRIGGER Statement" (page 96)
"CREATE VIEW Statement" (page 102)
"DROP INDEX Statement" (page 113)
"DROP MATERIALIZED VIEW Statement" (page 114)
"DROP MVGROUP Statement" (page 115)
"DROP SCHEMA Statement" (page 116)
"DROP SYNONYM Statement" (page 117)
"DROP TABLE Statement" (page 118)
Changes materialized views.
Adds or removes member materialized views from a
materialized view group (MVGROUP).
Changes synonyms or aliases for tables.
Changes table.
Alters trigger status.
Renames an object within the same schema.
Creates an index on a table.
Creates a materialized view.
Creates a logical collection of materialized views.
Creates a schema.
Creates synonym or alias for tables.
Creates a table.
Creates a trigger.
Creates a view.
Drops an index.
Drops a materialized view.
Drops a materialized group.
Drops a schema.
Drops a synonym.
Drops a table.
Categories
37

Advertisement

Table of Contents
loading

Table of Contents