Hello people,
I want to build a simple Database, I've got Clients, Providers, articles and users.
A Client can order products, But I don't know how to store the content of this orders. Yes, I know I could create a table with all the products again with all the orders
ID article qt order
1 1 3 323
....
There's any other way to do this? to store the orders separately? This way creates a very large table, I'd like to create something Like little databases for each order (Yeah I know this sounds a little stupid), But what about store it in a little XML for each order?
What do you think?
Please help me
Thank you for your patience and sorry for my bad writting
I hope you have understood my idea.
I want to build a simple Database, I've got Clients, Providers, articles and users.
A Client can order products, But I don't know how to store the content of this orders. Yes, I know I could create a table with all the products again with all the orders
ID article qt order
1 1 3 323
....
There's any other way to do this? to store the orders separately? This way creates a very large table, I'd like to create something Like little databases for each order (Yeah I know this sounds a little stupid), But what about store it in a little XML for each order?
What do you think?
Please help me
Thank you for your patience and sorry for my bad writting
I hope you have understood my idea.