IBM 000-8697 사용자 설명서

다운로드
페이지 702
Introduction
13
Sample Code Conventions
To use this
SQL
 code for a specific product, you must apply the syntax rules
for that product. For example, if you are using
DB-A
ccess or
IBM I
nformix
SQL
, you must delineate the statements with semicolons. If you are using an
embedded language, you must use
EXEC SQL
 and a semicolon (or other
appropriate delimiters) at the start and end of each statement, respectively.
For detailed directions on using
SQL
 statements for a particular application
development tool, see the manual for your product.
Tip: Ellipsis points in a code example indicate that more code would be added in a
full application, but it is not necessary to show it to describe the concept being
discussed.