As an example I am going to use an e-commerce database as based on my past experience of what I have seen and worked. You will probably have at least these tables or something similar:
users- stores user infoproducts- stores product info like price and descriptionorders- stores the user_id, date of orderorders_items- stores product_id, order_id, quantity and price at the time of purchase
This is the whole DB: Gist.