intelliflex
asked on
Categories/Sub-Categories - Best Performance? (ASP.NET / SQL)
What is the best design for SQL data tables for Categories, Unlimited Sub-Categories, and Products? Some products will be in multiple categories. Also, what would be the best way to pull them out, Stored Procedures? Example code? (this will be for a classified ads website)
Thanks for your time, it is very much appreciated!
Dave
Thanks for your time, it is very much appreciated!
Dave
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
This design works fine for the shopping cart, but for the classifieds database we are developing, I'm not sure this is the best design for performance.