I am designing a movie rental data warehouse
I want the fact table to consist of movie rentals/returns but I'm getting confused.
The movies can be returned at any store so I need to show that.
I have these dimensions: time, customerinfo, movie info , and store
I don't see where I would show if it is a rental or a return if they are separate records?
What would be my options for designing the star schema to display this information I have no idea where to to put it and my head is about explode.