Document Organization; Notation Conventions; General Syntax Notation - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

Section
"POPULATE INDEX Utility" (page 186)
"REVOKE Statement" (page 134)
"REVOKE EXECUTE Statement" (page 136)
"REVOKE SCHEMA Statement" (page 138)
"Considerations for SELECT" (page 151)
"SELECT Statement" (page 141)
"Data Types" (page 197)
"UPDATE Statement" (page 169)
"USER Function" (page 429)

Document Organization

Chapter 1 (page
data consistency and integrity, transaction management, and ANSI compliance.
Chapter 2 (page
Chapter 3 (page
indexes, purging data from tables and indexes, and reorganizing and reloading data in a
table or index.
Chapter 4 (page
expressions, identifiers, literals, and predicates, which occur within the syntax of Neoview
SQL statements.
Chapter 5 (page
Chapter 6 (page
SQL statements.
Appendix A (page
Appendix B (page
Appendix C (page
Appendix D (page

Notation Conventions

General Syntax Notation

This list summarizes the notation conventions for syntax presentation in this manual.
UPPERCASE LETTERS
Uppercase letters indicate keywords and reserved words. Type these items exactly as shown.
Items not enclosed in brackets are required. For example:
SELECT
Italic Letters
Italic letters, regardless of font, indicate variable items that you supply. Items not enclosed
in brackets are required. For example:
file-name
Computer Type
Computer type letters within text indicate case-sensitive keywords and reserved words. Type
these items exactly as shown. Items not enclosed in brackets are required. For example:
24
About This Document
New or Changed Information
Updated to include ONLINE | OFFLINE options.
Updated to include schemas.
New statement.
New statement.
New consideration added.
GROUP BY clause enhanced to allow expressions.
joined-table syntax is extended to support full outer join.
Added table that summarizes the Neoview SQL data types.
Extended to allow multiple columns to be specified.
The option NOLOG is changed to NOMVLOG.
New function.
29), introduces Neoview SQL and covers topics such as database security,
41), describes the SQL statements supported by Neoview SQL.
181), describes utilities that perform tasks such as maintenance, populating
189), describes parts of the language, such as database objects, data types,
257), describes clauses used by Neoview SQL statements.
279), describes specific functions and expressions that you can use in Neoview
435), is a quick reference to commands, statements, and utilities.
437), lists the words that are reserved in Neoview SQL.
441), describes limits in Neoview SQL.
443), describes how Neoview SQL conforms to the ANSI standard.

Advertisement

Table of Contents
loading

Table of Contents