CREATE TABLE "PERSONS" ( "NICKNAME" VARCHAR(20) not null primary key, "FIRSTNAME" VARCHAR(20), "LASTNAME" VARCHAR(20) );