CREATE TEMPORARY TABLE IF NOT EXISTS turma (id text NOT NULL, nome text NOT NULL, nota1 int NOT NULL, nota2 int NOT NULL)
info at phpclasses dot org