我们可以创建和访问SQLite数据库中的多个表吗?

问题描述:

我需要两个表在我的应用程序。我们可以创建和访问SQLite数据库中的多个表吗?

我可以在SQLite中创建多个表吗?

+7

是的,当然! –

+0

是的,你可以使用它... – Aravindhan

+3

绝对!如果你愿意,你甚至可以创建两个独立的*数据库*! – dmon

YES你可以和更大的,实际上许多表格是无限的

是的,你可以有多个表和数据库均匀。

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

如可以在这里阅读http://developer.android.com/guide/topics/data/data-storage.html#db