Computer Science, asked by Neerajn9805, 1 year ago

How To Start Programming Jdbc / Hsqldb?

Answers

Answered by Anonymous
0

HSQLDB stands for Hyper Structured Query Language Database. It’s a relational databasemanagement system written in Java. It supports JDBC interface for databaseaccess. It offers a fast and small databaseengine that offers both in-memory and disk based tables. It can be embedded within an application or an application server or can be run as a separate server process. It’s the only open-source RDBMS with a high performance dedicated lob storage system, which makes it suitable for applications that process large sets of data.

Similar questions