`trait_category` smallint(2) NOT NULL, `trait_category_weight` smallint(2) NOT NULL, INSERT INTO `blue_spell_list` VALUES (513,1572,3,4,1,0,0,0); -- Venom Shell INSERT INTO `blue_spell_list` VALUES ...
This is a small SQL project where I analyzed bookstore sales data. I created a simple database with books, customers, orders, and marketing spend, then wrote queries to answer common business ...