Guest User

Untitled

a guest
Feb 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. -- this is an example
  2.  
  3. group: Collections_Painting
  4.  
  5.  
  6. Collection = {
  7. Collection_Name:string, Painting_ID:number, Museum:string, City:string, State:string, Country:string
  8. smith, 1, Guggenheim, NY, NY, US
  9. jones, 2, Guggenheim, LA, CA, US
  10. manfra, 3, Moma, NY, NY, US
  11. }
  12.  
  13. Painting = {
  14. Painting_ID:number, Painting_Name:string, Painter:string, Century:number, Year:number, Style:string
  15. 1, Flowers, Picaso, 19, 10, Impressionist
  16. 2, Fruit, VanGoh, 18, 20, Impressionist
  17. 3, Landscape, DaVinci, 16, 50, Master
  18. }
Add Comment
Please, Sign In to add comment