All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sqlscripts.create-table-h2.sql Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
CREATE TABLE USER (
  ID VARCHAR(100),
  NAME VARCHAR(50),
  AGE INT
);

SHOW TABLES ;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy