Say I have a table that has id and brand columns.
Say I have an item I know the ID is 300, but that's all I know. Is there a way to make a query pull all the items with the same brand as the item, or do I have to break it into 2 queries and first select the brand of item 300?
Thanks.