Is it possible to have a single column reference a different table according to what data is entered for that particular column
EG, i have a PSU_Specs, MB_Specs, HD_Specs table. I also have a Products table. How can i make each individual product point to the correct specs table
is the only solution is to put only like products in another table. like Products_MB, Products_PSU, etc
?