In class SQLiteOpenHelper class, there are 2 methods we should usually override. What are they?

In class SQLiteOpenHelper class, there are 2 methods we should usually override. What are they?



Answer: onCreate() and onUpgrade()


Learn More :