Question: Read the following scenario and answer ALL questions Include SCREENSHOTS OF SQL STATEMENTS JJ Pet Shop Sdn. Bhd. hires you to be their Project Manager

Read the following scenario and answer ALL questions Include SCREENSHOTS OF SQL STATEMENTS JJ Pet Shop Sdn. Bhd. hires you to be their Project Manager cum Database Designer for their new project, a pet boarding management system. Assume you have normalized the raw data into the 3rd Normal Form. Below shows the Pet, Owner, Branch and Boarding tables. PET (id, name, type, breed, owneric, dietRemark) OWNER (ic, name, address, phoneNo, points) BRANCH (id, city, capacity) BOARDING(id, PetID, branchid, dateIn, dateOut) (1) Write an SQL statement that display all branches of IJ Pet Shop Sdn. Bhd. (ii) Write an SQL statement to insert a new record in the OWNER table. Create your own value for each value needed. Points by default is 0. (iii) Write an SQL statement to delete one record in the BRANCH table. Create your own value for each value needed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
