Let's say I want to sell computers and monitors.
Let's say I want the computer to store parameters like Memory (GB), Processor Speed (GHz), hard drive type, hard drive size.
And monitors have parameters like Size (inches), resolution and ratio.
All products have name, price and availability.
What's the best way to store them in MySQL database if later I want to filter it eg. "All products in price range >500$"?