Hello,
I'm trying to create an ER diagram in SQL server, and am not understanding how to tie multiple tables to a parent table, such as customer_address and customer_order to the customer table. If I associate the customer_id as a foreign key in address and order, I get a conflict error. So how do you associate multiple one-to-many relationships all referencing customer_id in the diagram?
Thanks,
Steve