in reply to Managing Inventory Sections with Perl and SQL
As far as I know, checking each row for the value of a column shouldn't be too intensive to matter. If that isn't what you want to do, then the only other option (that is apparent to me) is to have a table for each section, but that can get ugly easily.