Question: Instructions: Populate the tables with data: Add SQL code to insert a constraint on the table with the data in the Player table, such that

Instructions: Populate the tables with data: Add SQL code to insert a constraint on the table with the data in the Player table, such that the age of a player must be greater than or equal 18 (since this 1s an adult soccer league). Here is an example: ALTER TABLE player ADD CONSTRAINT age_check CHECK (player_age ==18); Enter the data shown in both figures in the appropriate tables according to your data model design. Additionally, enter (or import) additional hypothetical data for the teams, players, coaches, refs, sponsors, stats, and matches (at least 5 per table). a. Populate each table of the database by typing the data directly into each table or by importing it. b. Populate the parent tables first, then the child tables. c. (Note: Your data should be different from all others - each person should dernve their own hypothetical data.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
