Db2 SQL programming

You can use the SQL language to write a statement that describes what you want to do with the data in a database and under what conditions you want to do it.

Structured Query Language (SQL) is a standardized language based on the relational model of data that is used for defining and manipulating data in a relational database. SQL statements can be contained in user-defined functions, user-defined procedures, or triggers, embedded in high-level language programs, dynamically prepared and run, or run interactively.

For information about embedded SQL, see Embedded SQL programming.