create table STUDENT ( ID Integer PRIMARY KEY, GROUP_ID Integer, NAME CHAR(40), PASSWORD CHAR(40), VARIANT Integer, LINK_ID Integer, MAIL Blob )