Using relational database tables in programming environments
- SQL: Tables
can be joined with other tables to compute useful information.
- R: database tables can
be read directly into "dataframes" for use with linear models, plot
and other R functions.
- php: database tables
can be read directly into variables used in a web application.
- python, java, perl, c++, Excel, odbc, etc.