Write a SQL statement to add three new rows to the PET_OWNER table. Assume that OwnerID is

Question:

Write a SQL statement to add three new rows to the PET_OWNER table. Assume that OwnerID is a surrogate key, and that the DBMS will provide a value for it.Use the first three lines of data provided in Figure 3-22.

PET_OWNER (OwnerID, OwnerLastName, OwnerFirstName, OwnerPhone, OwnerEmail)

PET (PetID, PetName, PetType, PetBreed, PetDOB,?OwnerID)

image

image

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Database Concepts

ISBN: 978-0133544626

7th edition

Authors: David M. Kroenke, David J. Auer

Question Posted: