Android Studio SQLitedatabase usuń wszystkie dane w bazie danych

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