Question: Given this ERD, write the DDL statements required to create the database. You don t need to insert any data. Just create the structures. Use

Given this ERD, write the DDL statements required to create the database.
You dont need to insert any data. Just create the structures.
Use the mapping rules discussed in class to determine what relations and fields you will
end up with.
Use your discretion to select appropriate datatypes.
Players must have names.
Your resulting database must enforce basic integrity rules. Specifically the keys.
You should be able to run your DDL statements in Access one at a time to create your
database
Hint: You will need to create Team table first, then Player, then add the foreign key to
Team. Otherwise you will get a dependency loop caused by the foreign keys.
 Given this ERD, write the DDL statements required to create the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!