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

liquibase.harness.generateChangelog.expectedSql.db2-luw.createIndex.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE TEST_TABLE (ID INTEGER);

CREATE INDEX IDX_FIRST_NAME ON TEST_TABLE(ID);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy