Currently, I am using the following statement to create a table in an SQLite database on an Android device.
CREATE TABLE IF NOT EXISTS \'locations\' ( \'_i
Use INSERT OR REPLACE.
This is the correct way to do it.