I am totally new to data warehousing. I have an Oracle table that has Meeting data in it, and I have child tables with attendees, sites, etc. To start all I want to do is create a warehouse that can tell me how many meetings were in the month of Jun, or in FY 2002. Do I need to put the date of the meeting in the fact table? I created a table called
mtg_by_month that had monthid (1 for Jan, etc.), and Tot_no_conf where I just did a
count when I loaded in the data. However, what would I put in my fact table besides monthid. And then if I wanted it by FY, would that have to be a seperate fact table?
Thanks for any advice/help - Booz
mtg_by_month that had monthid (1 for Jan, etc.), and Tot_no_conf where I just did a
count when I loaded in the data. However, what would I put in my fact table besides monthid. And then if I wanted it by FY, would that have to be a seperate fact table?
Thanks for any advice/help - Booz