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

sql-tests.datasets.real_table_mysql.ddl Maven / Gradle / Ivy

There is a newer version: 0.289
Show newest version
-- type: jdbc
CREATE TABLE %NAME%
(
  id_employee INT,
  salary REAL,
  bonus FLOAT,
  tip FLOAT(2),
  tip2 FLOAT(30)
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy