- H2 Database Tutorial
- H2 Database - Home
- H2 Database - Introduction
- H2 Database - Installation
- H2 Database - Data Manipulation
- H2 Database - Select
- H2 Database - Insert
- H2 Database - Update
- H2 Database - Delete
- H2 Database - Backup
- H2 Database - Call
- H2 Database - Explain
- H2 Database - Merge
- H2 Database - Show
- H2 Database - Data Definition
- H2 Database - Create
- H2 Database - Alter
- H2 Database - Drop
- H2 Database - Truncate
- H2 Database - Commit
- H2 Database - Grant
- H2 Database - Savepoint
- H2 Database - Rollback
- H2 Database - JDBC Connection
- H2 Database Useful Resources
- H2 Database - Quick Guide
- H2 Database - Useful Resources
- H2 Database - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
H2 Database Tutorial
H2 is an open-source lightweight Java database. It can be embedded in Java applications or run in the client-server mode. H2 database can be configured to run as in-memory database, which means that data will not persist on the disk. In this brief tutorial, we will look closely at the various features of H2 and its commands, one of the best open-source, multi-model, next generation SQL product.
Audience
This tutorial is designed for all those software professionals who would like to learn how to use H2 database in simple and easy steps. This tutorial will give you a good overall understanding on the basic concepts of H2 database.
Prerequisites
H2 database primarily deals with relational data. Hence, you should first of all have a good understanding of the concepts of databases in general, especially RDBMS concepts, before going ahead with this tutorial.