Android Studio – How can I retrieve multiple elements by random in a database using sqlstatement with sqlite?
I'm trying to create a quiz app with a database with two tables one for topics and one for the questions. The topicsID is a Foreign key in my questions table. I want to retrieve 2 random questions from each…