Problem : If a developer wanted to use H2 Database before he actually develop or to run SQL queries online or H2 db online demo.
Solution :
The H2 Database is deployed and launched a website . which is convenient to the developer to verify how H2 db is looks like and he can create table , update table and delete table online .
Follow the website for online demo
http://h2dbdemo.appspot.com/h2
0 Comments