Data Manipulation Language (Dml) Statements; Transaction Control Statements; Resource Control And Optimization Statements - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

"DROP VIEW Statement" (page 100)
"GRANT Statement" (page 115)
"GRANT EXECUTE Statement" (page 117)
"GRANT SCHEMA Statement" (page 119)
"REVOKE Statement" (page 134)
"REVOKE EXECUTE Statement" (page 136)

Data Manipulation Language (DML) Statements

Use these DMLto delete, insert, select, or update rows in one or more tables:
"DELETE Statement" (page 90)
"INSERT Statement" (page 121)
"SELECT Statement" (page 141)
"UPDATE Statement" (page 169)
For information about DELETE, INSERT, SELECT, and UPDATE, see individual entries for these
statements.

Transaction Control Statements

Use these statements to specify user-defined transactions and to set attributes for the next
transaction:
"BEGIN WORK Statement" (page 52)
"COMMIT WORK Statement" (page 56)
"MERGE INTO Statement" (page 129)
"ROLLBACK WORK Statement" (page 140)
"SET TRANSACTION Statement" (page 166)

Resource Control and Optimization Statements

Use these statements to control access to a Neoview SQL table and its indexes on remote segments:
"EXECUTE Statement" (page 101)
"LOCK TABLE Statement" (page 127)
"PREPARE Statement" (page 132)
"UPDATE STATISTICS Statement" (page 175)
42
SQL Statements
Drops a view.
Grants access privileges for a table or view to specified
roles.
Grants privileges for executing a stored procedure in Java
(SPJ) to specified roles.
Grants access privileges for a schema to specified roles.
Revokes access privileges for a table or view from specified
roles.
Revokes privileges for executing a stored procedure from
specified roles.
Deletes rows from a table or view.
Inserts data into tables and views.
Retrieves data from tables and views.
Updates values in columns of a table or view.
Starts a transaction.
Commits changes made during a transaction and ends the
transaction.
Performs all table maintenance operations.
Undoes changes made during a transaction and ends the
transaction.
Sets attributes for the next SQL transaction — the isolation
level, access mode, size of the diagnostics area, and
whether to automatically commit database changes.
Executes and SQL statement previously compiled by a
PREPARE statement.
Locks the specified table (or the underlying tables of a
view) and its associated indexes for the duration of the
active transaction.
Compiles an SQL statement for later use with the
EXECUTE statement.
Updates statistics about the contents of a table and its
indexes.

Advertisement

Table of Contents
loading

Table of Contents