I have two tables in MYSQL, below are create statement for both.
CREATE TABLE `test` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `reportname` VARCHAR(50)