# Activities

> The following table lists the activities that are included in the Database activity package.

The following table lists the activities that are included in the Database activity package.

| Activity | Description |
| --- | --- |
| [Bulk Insert](https://docs.uipath.com/activities/other/latest/developer/bulk-insert) | Updates a table using Bulk operations using the specific database driver implementation. |
| [Bulk Update](https://docs.uipath.com/activities/other/latest/developer/bulk-update) | Updates a compatible DataTable in an existing Table. |
| [Connect to Database](https://docs.uipath.com/activities/other/latest/developer/database-connect) | Connects to a database by using a standard connection string. |
| [Disconnect from Database](https://docs.uipath.com/activities/other/latest/developer/database-disconnect) | Closes a connection to a database. |
| [Insert](https://docs.uipath.com/activities/other/latest/developer/insert-data-table) | Inserts a compatible DataTable variable in an existing Table. |
| [Run Command](https://docs.uipath.com/activities/other/latest/developer/execute-non-query) | Executes an non query statement on a database. |
| [Run Query](https://docs.uipath.com/activities/other/latest/developer/execute-query) | Executes a query on a database and returns the query result in a Datatable. |
| [Start Transaction](https://docs.uipath.com/activities/other/latest/developer/database-transaction) | Connects to a database and features a [Sequence](https://docs.uipath.com/activities/other/latest/user-guide/sequence) which can perform multiple transactions with the database. |
