DELETE from localUsers; DELETE from sqlite_sequence where name='localUsers'; DELETE FROM game; DELETE from sqlite_sequence where name='game'; DELETE FROM localGamePlayers; DELETE from sqlite_sequence where name='localGamePlayers'; DELETE FROM questionsInGame; DELETE from sqlite_sequence where name='questionsInGame'; DELETE FROM usersLockedQuestions; DELETE from sqlite_sequence where name='usersLockedQuestions';