简体   繁体   中英

Can we create and access more than one table in SQLite database?

I need two tables in my application.

Can I create more than one table in SQLite?

Yes you can have multiple tables and databases even.

Android does not impose any limitations beyond the standard SQLite concepts.

as can be read here http://developer.android.com/guide/topics/data/data-storage.html#db

YES you can... And even more, practically number of tables is unlimited

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM