Text get from sqlite3 database

Hello. I want to try to make my game a quiz on the Corona SDK. I encountered a problem with the database. I created a database, my database has the cells “id, question, answer1, answer2”.

How can I get the question out of the “question” cell? I need to deduce one question from this cell (it is possible by turns it is possible randomly, it is unimportant). there will be a button, when clicked on, a new question appears in the “question” column. How can I get the question out of this cell?

Thanks in advance for your answers