Pergunta de entrevista da empresa Protective Life

What's wrong with this table creation? CREATE TABLE MyTable ( ID int NOT NULL, LastName varchar(255) NULL, FirstName varchar(255)NULL , Address varchar(255) NULL , CONSTRAINT PK_MyPK PRIMARY KEY (ID,LastName) );