CREATE TABLE Inventory ( item_number int AUTO_INCREMENT PRIMARY KEY, item_type varchar(255), item_category varchar(255), item_name varchar(255);