Answer
CREATE TABLE PET(
PetID int NOT NULL,
OwnerID int NOT NULL,
PetName nvarchar (15) NOT NULL,
PetType nvarchar (15) NOT NULL,
PetBreed nvarchar (15) NULL,
PETDOB DATETIME NULL
)
GO
Work Step by Step
No steps
You can help us out by revising, improving and updating this answer.
Update this answerAfter you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submission and either publish your submission or provide feedback.