sqlMessage: "Table 'Friends' already exists", code example
Example: sqlMessage: "Table 'Friends' already exists",
db.execSQL("create table if not exists table_name(rank int, correct_answer int, optionselect int);";
db.execSQL("create table if not exists table_name(rank int, correct_answer int, optionselect int);";