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

wn.sqltemplates.sqlite.create.semrelations-create.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE ${semrelations.table} (
${semrelations.synset1id} INT NOT NULL,
${semrelations.synset2id} INT NOT NULL,
${semrelations.relationid} INT NOT NULL
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy