Interactive and Embedded SQL
SQL statements come in two releases:
Interactive SQL
SQL statements are entered from a terminal and query results display on the terminal screen.
Embedded SQL
SQL statements can be included in programming languages such as C or Fortran.