Guest User

Untitled

a guest
Jul 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Transactional tables
  2.  
  3. SALE
  4. ------
  5. id
  6. amount
  7. product_id (foreign key)
  8.  
  9. PRODUCT
  10. --------
  11. id
  12. name
  13.  
  14. Data Warehouse tables:
  15.  
  16. FCT_SALE
  17. --------
  18. sale_key
  19. product_key
  20. id
  21. amount
  22.  
  23. DIM_PRODUCT
  24. -----------
  25. product_key
  26. product_id
  27. product_name
Add Comment
Please, Sign In to add comment