Category Archives: h2 Database

Khóa học miễn phí H2 Database – Quick Guide nhận dự án làm có lương

H2 Database – Quick Guide H2 Database – Introduction H2 is an open-source lightweight Java database. It can be embedded in Java applications or run in the client-server mode. Mainly, H2 database can be configured to run as inmemory database, which means that data will not persist on the disk. Because of embedded database it […]

Khóa học miễn phí H2 Database – Backup nhận dự án làm có lương

H2 Database – Backup BACKUP is the command used to take database backup into a separate .zip file. Objects are not locked, and when it takes backup the transaction log is also copied. Admin rights are required to execute this command. Syntax Following is the generic syntax of the Backup command. BACKUP TO fileNameString; Example […]