The following table schema for the PET_2 table is an alternate version of the PET table:
PET_2(PetName, PetType, PetBreed, PetDOB, OwnerID)- PetName should be underlined(to indicate Primary Key) and OwnerID should be italics (for foreign key).
Write the required SQL statement to create the PET_2 table.