I have 4 tables in my SQLite database. One with questions, one with answers with question id foreign key, one category table, and one question-category table that holds a many-to-many relationship between the questions and categories (Each question can belong to multiple categories).I have 4 tables in my SQLite database. One with