Glossary

Static SQL

SQL statements embedded in source code at compile time and bound into a *plan* or *package*. The SQL text is fixed; only host variable values change at runtime.

Learn More

Related Terms