I am a beginner. I learn to SQLite. I don't understand function db.execSQL(DATABASE_CREATE);
private static final String DATABASE_CREATE = "create table users (_id integer primary key autoincrement, " + "name text not null);";
So function db.execSQL(). How do it word? Please help me. Thank,