How delete all data from SQLite database in Android Studio?

sqlite> DELETE FROM table_name ; Following is the basic syntax of DROP TABLE. sqlite> DROP TABLE table_name; If you are using DELETE TABLE command to delete all the records, it is recommended to use VACUUM command to clear unused space.

Sizin İçin Seçtik  What is the best database for mobile application?

Leave a Reply

Your email address will not be published. Required fields are marked *