Advertisement
Guest User

Untitled

a guest
Mar 12th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. --- EVENTS ---
  2. Event_id Event_name Event_date
  3. 1 Foo 11-06-2000
  4. 2 Baz 20-09-2011
  5. 3 Bar 01-03-2012
  6.  
  7. --- ARTISTS ---
  8. Artist_id Artist_name
  9. 1 Johnson
  10. 2 Willis
  11. 3 Simpson
  12. 4 Parker
  13.  
  14. --- TRACKS ---
  15. Track_id Trackname Artist_id (foreign)
  16. 1 The Beginning 2
  17. 2 Come On! 2
  18. 3 Blergh 3
  19. 4 Heaven 2
  20. 5 There 1
  21. 6 You Want This 4
  22. 7 The End 3
  23.  
  24. --- PERFOMANCES ---
  25. Perfomance_id Event_id Track_id
  26. 1 3 2
  27. 2 3 2
  28. 3 3 2
  29. 4 1 5
  30. 5 2 4
  31. 6 3 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement