Sto provando a scrivere un programma che legge le operazioni da un file. questi operatori hanno il seguente aspetto:
CREATE TABLE student(id:integer, gpa:decimal, name:string, family:string,isMale:Boolean)
INSERT INTO student(id,gpa,name,fami...
posta
01.04.2015 - 14:40