Choose Index below for a list of all words and phrases defined in this glossary.


Dynamic Structured Query Language (SQL)

index | Index

Dynamic Structured Query Language (SQL) - definition(s)

Dynamic Structured Query Language - Dynamic SQL is an enhanced form of Structured Query Language (SQL) that, unlike standard (or static) SQL, facilitates the automatic generation and execution of program statements. This can be helpful when it is necessary to write code that can adjust to varying databases, conditions, or servers. It also makes it easier to automate tasks that are repeated many times.

Dynamic SQL statements are stored as strings of characters that are entered when the program runs. They can be entered by the programmer or generated by the program itself, but unlike static SQL statements, they are not embedded in the source program. Also in contrast to static SQL statements, dynamic SQL statements can change from one execution to the next.

Dynamic SQL statements can be written by people with comparatively little programming experience, because the program does most of the actual generation of the code. A potential problem is reduced performance (increased processing time) if there is too much dynamic SQL running at any given time.

Related glossary terms: stored procedure, The Open Group, autonomous transaction, ColdFusion Markup Language (CFML), Java Database Connectivity (JDBC), Query-by-Example / Query by Example (QBE), Open Database Connectivity (ODBC), foreign key

[Category=Data Management ]

Source: WhatIs.com, 30 July 2013 08:36:54, http://whatis.techtarget.com/glossary/Data-and-Data-Management External


Data Quality Glossary.  A free resource from GRC Data Intelligence. For comments, questions or feedback: dqglossary@grcdi.nl