use workplace1
create table person
(
  personID int not null,
  lastName varchar(30),
  firstName varchar(20)
  )