CREATE TABLE `songs` ( `title` VARCHAR(255) NOT NULL, `artist` VARCHAR(255) NOT NULL, `category` VARCHAR(255) NOT NULL );