我们可以创建和访问SQLite数据库中的多个表吗?
答
YES你可以和更大的,实际上许多表格是无限的
答
是的,你可以有多个表和数据库均匀。
Android does not impose any limitations beyond the standard SQLite concepts.
如可以在这里阅读http://developer.android.com/guide/topics/data/data-storage.html#db
是的,当然! –
是的,你可以使用它... – Aravindhan
绝对!如果你愿意,你甚至可以创建两个独立的*数据库*! – dmon