Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Procedural SQL is an extension to the standard SQL (Structured Query Language) that offers capabilities similar to procedural programming languages. The main goal of procedural SQL is to provide the ability to perform more complex operations beyond simple data manipulation and queries, like conditional programming, looping, error handling, etc. This is accomplished through constructs such as loops, conditional statements, and variables.

The most popular forms of procedural SQL are PL/SQL and T-SQL:

...