Đề-5
Đề-5
--Table Pet
INSERT INTO Pet (pet_name, pet_gender, pet_age, owner_id, pet_typeId)
VALUES
('Buddy', N'Đực', 5, 1, 1),
('Mittens', N'Cái', 3, 2, 2),
('Rex', N'Đực', 8, 3, 1),
('Whiskers',N'Đực', 2, 4, 2),
('Tweety',N'Cái', 1, 5, 2),
('Luccy',N'Cái', 1, 5, 2),
('Tikky',N'Cái', 1, 4, 1)
--Solution
-- Question 2:
--Code for create new table for storing pet medication information