Hello, i have a trivia app which makes questions based on certain topics. I made the following DB schema (i'm using sharepoint lists to store the data). Every topic can have several questions, one question instead is related only to one specific topic. 
once my user pick a topic, the id is stored in the variable ChosedTopicID... how can i have a collection which stores all the questions where their topicID is equal to ChosedTopicID. how can i do that?