Create the following tables, columns, and datatypes according to the diagram based on the physical diagram on page 2 of the file DJs_on_Demand_ERD
You do not need to create any primary keys or foreign keys; however, you will need to set the columns identified with a red asterisk (*).
NOT NULL. The PK and FK constraints will be added in a later assignment. It is VERY IMPORTANT that you name the tables and columns exactly as shown in the ERD. Failure to do so will cause future assignment to not work correctly.
Each table script is worth 4 points for a total of 48 points.
-
-
- d_track_listings
- d_play_list_items
- d_songs
- d_types
- d_job_assignments
- d_partners
- d_events
- d_venues
- d_themes
- d_packages
- d_clients
- d_cds
-