I want to create database and enter data .But i do not want to write code to insert all that data in database in my application.So my question is .is there any way to create database and enter data manually without using code and later use this database in any application(for example android) to retrieve data whenever required to use the data in application.
thank you
I want to create database and enter data .But i do not want to
Share
You can probably install an SQLite editor (if you are using SQLite) on your phone or PC.