''' If you add a column to a table after you have initialized the model, you have to delete the database and initialize the model again. '''
cursor.execute("SELECT * FROM students WHERE ID=? AND name=? AND age=?", (123, "Steve", 17))