Embedded SQL Overview

Introduces embedded SQL

Studio supports embedded SQL (ANSI-92 Entry Level), written directly in the code. This section describes the supported syntax and provides some examples.

Note: In the syntax and examples in the topics of this section, SQL keywords appear in all-caps. This is an SQL convention and it is not required by Studio. However, it is a useful convention which helps differentiate SQL commands from regular code.

For further information about introspecting SQL components, refer to the SQL Database external resource reference.