code-
CREATE TABLE IF NOT EXISTS `scores` ( `id` int(250) NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL DEFAULT \'ram\', `score` int(250) NOT NU