# MySQL dump 8.11 # # Host: web Database: jackson #-------------------------------------------------------- # Server version 3.23.28-gamma # # Table structure for table 'scores' # CREATE TABLE scores ( scoreid int(11) NOT NULL auto_increment, category varchar(64), total int(11), correct int(11), id int(11), PRIMARY KEY (scoreid) ); # # Dumping data for table 'scores' # INSERT INTO scores VALUES (123461,'Computer',4,4,110439); INSERT INTO scores VALUES (123460,'Computer',4,4,110438); INSERT INTO scores VALUES (123462,'Computer',4,2,110438); INSERT INTO scores VALUES (123463,'Misc',2,0,110438);