Jemper
02-18-2009, 09:33 PM
Hi,
I'm working on a client management system.
in my database i have a customer table a product table so if the customer clicks details he gets the customer table and if he clicks on last bought products for example he gets the product table
What is a better design to have a long table containing both the customer and product details and get one part at a time or to have two tables and use two sql queries to get the data?
I'm working on a client management system.
in my database i have a customer table a product table so if the customer clicks details he gets the customer table and if he clicks on last bought products for example he gets the product table
What is a better design to have a long table containing both the customer and product details and get one part at a time or to have two tables and use two sql queries to get the data?