+/- table definition

Query

CREATE TABLE "intern"  (
  "first"	TEXT,
  "last"	TEXT,
  "school"	TEXT,
  "phone"	TEXT,
  "email"	TEXT,
  "parent_first"	TEXT,
  "parent_lat"	TEXT,
  "parent_email"	TEXT,
  "parent_phone"	TEXT,
  "project_description" TEXT
)
Use Shift + Up/Down to navigate recently-executed queries