This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:tech:iso:dblang_sql_part2 [2021/08/13 12:50] murphy [Scope] |
dido:public:ra:xapend:xapend.b_stds:tech:iso:dblang_sql_part2 [2021/08/17 15:22] (current) murphy |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| ==== Scope ==== | ==== Scope ==== | ||
| - | //This part of ISO/IEC 9075 defines the [[dido:public:ra:xapend:xapend.a_glossary:d:datastructure|data structures]] and basic operations on SQL-data. It provides functional capabilities for creating, accessing, maintaining, controlling, and protecting SQL-data.// | + | //This part of ISO/IEC 9075 defines the [[dido:public:ra:xapend:xapend.a_glossary:d:datastructure|data structures]] and basic operations on [[dido:public:ra:xapend:xapend.a_glossary:s:sql|SQL]]-data. It provides functional capabilities for creating, accessing, maintaining, controlling, and protecting SQL-data.// |
| - | //This part of ISO/IEC 9075 specifies the syntax and semantics of a database language:// | + | //This part of ISO/IEC 9075 specifies the [[dido:public:ra:xapend:xapend.a_glossary:s:syntax|syntax]] and semantics of a database language:// |
| * //For specifying and modifying the structure and the integrity constraints of SQL-data.// | * //For specifying and modifying the structure and the integrity constraints of SQL-data.// | ||
| * //For declaring and invoking operations on SQL-data and cursors.// | * //For declaring and invoking operations on SQL-data and cursors.// | ||
| * //For declaring database language procedures.// | * //For declaring database language procedures.// | ||
| - | * //For embedding SQL-statements in a compilation unit that is otherwise written in a particular programming language (host language).// | + | * //For embedding SQL-statements in a compilation unit that is otherwise written in a particular [[dido:public:ra:xapend:xapend.a_glossary:p:programlang|programming language]] (host language).// |
| * //For deriving an equivalent compilation unit in the host language. In that equivalent compilation unit, each embedded SQL-statement has been replaced by one or more statements in the host language, some of which invoke an SQL externally-invoked procedure that, when executed, has an effect equivalent to executing the SQL-statement.// | * //For deriving an equivalent compilation unit in the host language. In that equivalent compilation unit, each embedded SQL-statement has been replaced by one or more statements in the host language, some of which invoke an SQL externally-invoked procedure that, when executed, has an effect equivalent to executing the SQL-statement.// | ||
| * //For direct invocation of SQL-statements.// | * //For direct invocation of SQL-statements.// | ||