I have the following:
CREATE TABLE Parent ( Id int IDENTITY(1,1) NOT NULL, OwnerId int NOT NULL, Name varchar(50) NULL ) CREATE TABLE Child ( I