HSQLDB Create Schema

The HSQLDB Create Schema tool allows users to use the RazorSQL GUI to generate the Create Schema DDL statement for HSQLDB / HyperSQL databases.

Options on the tool include the following:

Schema Name (the name of the schema to be created)
Authorization (the user that will own the new schema)

Listed below is an example HSQLDB create schema DDL generated by the Create Schema Tool

CREATE SCHEMA TEST_SCHEMA AUTHORIZATION DBA;

HSQLDB Create Schema