I am a newbie in database. Our course project is to make a online book store. We created a table called "Customer". As required, there should be "Shipping address, including city, state, zip" and "Billing Address,including city, state, zip". If we add all those fields into one table, it will be data redundancy if those two address are the same for customers.How do you deal with this situation?