Well, if you really want my Insert statements - I'll retrieve them.. Create Table Policy ( Policy_ID varchar(20) primary key, Policy_Premium decimal(9,2) not null, Effective_Date smalldatetime not null, Expiration_Date smalldatetime not null, Cancellation_Date smalldatetime not null, Num_Claims tinyint, Underwriter_ID$ varchar(20) null, Foreign key (Underwriter_ID$) references Underwriter (Underwriter_ID),);Insert into Policy values ('34732044580912123094', '2019.00', '04/24/04', '04/23/05', '', '0', 'U123458');Insert into Policy values ('12234093438240812343', '1908.00', '02/21/03', '02/20/04', '01/21/04', '4', 'U123459');