Ok, I'm having an off day at work, and can't figure this out. I need to join two tables, that have no key to join on.
TABLE A has a list of items, and their features. e.g.
ITEM_NAME, FEATURE_NAME, FEATURE_VALUE
Laptop1, RAM, 2GB
Laptop1, HDD, 160GB
Laptop1, Display, 14"
Laptop2, RAM...