Apache Derby is a relational database implemented in Java.
Apache Derby runs in embedded mode and allows you to do the following:
- Start the Apache Derby engine
- Create a database
- Connect to a database
- Create a table
- Insert data
- Update data
- Drop a table
- Disconnect
- Shut down Apache Derby