ArtistID | Name | Type |
---|---|---|
1 | John Doe | Stand-up Comedian |
2 | Jane Smith | Magician |
PerformanceID | ArtistID | Duration_of_performance | GenreID |
---|---|---|---|
(→ Performance_Artists.ArtistID) | (→ Genres.GenreId) | ||
1 | 1 | 60 | None |
2 | 1 | 90 | None |
3 | 2 | 60 | None |
4 | 2 | 120 | None |
CountID | PerformanceID | Count |
---|---|---|
1 | 1 | 500 |
2 | 2 | 700 |
3 | 3 | 850 |
GenreId | GenreName |
---|---|
1 | Improv Comedy |
2 | Close-Up Card Tricks |
3 | Escape Artistry |