INSERT INTO `Guests`(`Guest_ID`, `Password`, `Username`, `First_Name`, `Last_Name`, `Security_Level`, `Email`) VALUES (1, 'test', NULL, 'Anthony', 'Simcox', NULL, NULL);
