Android Studio Sqlitedatabase menghapus semua data dalam database

db.execSQL("delete from "+ TABLE_NAME);
Excited Echidna