Question: Consider the following schema. Write the DDL commands needed to create a relational database for this horse racing example. RaceHorse (regNum, hName, gender, type, purchaseDate,
Consider the following schema. Write the DDL commands needed to create a relational database for this horse racing example.

RaceHorse (regNum, hName, gender, type, purchaseDate, purchasePrice, trainedBy, stabledAt) Offspring CregNum.parent) Barn (bId, bName) Person (pId. pName, pPhone, pAddress) OwnedBy CregNumpld, percentage) RaceSchedule (sId, year, month, day) Race (sId. rNumber, purse) Entry (sId Number, gate. finalPos, jockey, horse)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
