Category Archives: h2 Database

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 […]

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

H2 Database – Installation H2 is a database written in Java. We can easily embed this database to our application by using JDBC. We can run this on many different platforms or any version of Java Runtime Environment. However, before installing the database, there should be Java installed in the system. Verify Java Installation If […]