munsking

bankrupt in T - 10

Sep 25th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. 3
  2. concept: E,A,I: example:
  3. vehicle E >>vehicle(vl-1234, kia, sportage, voets)<<
  4. diet cola I drink(non-alc, >>cola, diet,<< coca cola, 0.50)
  5. price A >>drink(non-alc, cola, diet, coca cola, 0.50)<<
  6. customer no. A >>customer(1234, theun, voets, berufschule 1 klagenfurt)<<
  7. green I >>colors(23, #0f0, green)<<
  8. cookie(brand, type, cost)
  9. visitor(referrer, browser, cookie)
  10. snack(type, price)
  11.  
  12. 4
  13. song event customer
  14. title X X
  15. desc X X
  16. venue X
  17. fname X
  18. pnr X X
  19. reldate X X
  20. lname X
  21. type X X
  22. mailadr X X
  23.  
  24. 6a
  25. owner
  26. store
  27. movies
  28. dvd
  29. vhs tape
  30. number
  31. title
  32. category
  33. copies
  34. ID
  35. format
  36.  
  37. b
  38. store
  39. movies
  40. customer
  41.  
  42. c
  43. yes, movie title + dvd/tape number could be linked to a customer_ID
  44.  
  45. 7
  46. add actor_ID to movie table, add actor table with actor_ID, name, real_name, date_of_birth
  47.  
  48. 8
  49. customer table, ID(membership nr), fname, lname, phone, address, standing/credit.
  50. new table rentals, rent_id, customer_id, movie_id, rented_at.
Add Comment
Please, Sign In to add comment