I have a created a database helper class in android and my concern is that every time I create a new instance of the Helper class, does android system create a new database that overwrites all the previous data?I have a created a database helper class in and