Add Data to a Database Table

DatabaseLink allows you to interface with databases. Here, SQLInsert is used to put data in a database table.

    
If you find that these examples do not work as shown, you may need to install or restore the example database with the DatabaseLink`DatabaseExamples` package, as described in "Using the Example Databases".
After loading DatabaseLink and opening a connection, create a table and insert one row of data in it:
Retrieve the row:
Insert multiple rows: