CREATE TABLE PERSON ( ID integer identity primary key, FIRST_NAME varchar(50) not null, LAST_NAME varchar(50) not null );