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

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

There is a newer version: 0.289
Show newest version
-- type: jdbc
CREATE TABLE %NAME%
(
  id_employee INT,
  first_name VARCHAR(32),
  last_name VARCHAR(32),
  date_of_employment DATE,
  department TINYINT(1),
  id_department INT,
  name VARCHAR(32),
  salary INT
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy