Artists

ArtistIDName
1John Doe
2Jane Smith
3Michael Johnson
4Emily Davis
5William Brown

StandUpComedians

ComedianIDArtistIDStageName
(→ Artists.ArtistID)
11Chris Rock
22Ellen DeGeneres
33Kevin Hart
44Amy Schumer
55Dave Chappelle

Magicians

MagicianIDArtistIDMagicName
(→ Artists.ArtistID)
11David Copperfield
22Penn & Teller
33Criss Angel
44Dynamo
55Derren Brown

Events

EventIDTitleDescriptionStartDateEndDateLocation
1Big Comedy NightThe biggest comedy event of the year!2022-08-012022-08-02New York City
2Great Magic ExtravaganzaExperience the magic like never before!2022-09-012022-09-02Las Vegas

Performances

PerformanceIDEventIDDurationOfPerformance
(→ Events.EventID)
1160
2275
3145
4260
5190
6275

ComedyShows

ShowIDPerformanceIDComedianID
(→ Performances.PerformanceID)(→ StandUpComedians.ComedianID)
111
212
323
434
545
651

MagicShows

ShowIDPerformanceIDMagicianID
(→ Performances.PerformanceID)(→ Magicians.MagicianID)
111
222
333
444
555