简体   繁体   English

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

[英]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?我可以在 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可以在这里阅读http://developer.android.com/guide/topics/data/data-storage.html#db

YES you can... And even more, practically number of tables is unlimited的,您可以...甚至更多,实际上桌子的数量是无限的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android Studio SQLite不能在数据库表中添加多个字符串 - Android studio SQLite can't add more than one string into database table 我们怎样才能在Spring中创建多个IOC容器? - How can we create more than one IOC Container in a Spring? 在 SQLite 中,我们可以为应用程序中的每个用户创建一个数据库吗? - In SQLite, Can we create one database for each user in an app? Sqlite在数据库中插入多个记录 - Sqlite Inserting More Than One Records into database 我们可以在jdbcTokenStore中为一个身份验证对象(凭证)维护多个访问令牌吗? - can we maintain more than one access token for one authentication object(credential) in jdbcTokenStore 我们如何从单个Java类文件创建一个类的多个实例? - How can we create more than one instance of a class from single Java class file? Java无法在sqlite数据库中插入超过254个数据 - Can't insert data more than 254 in sqlite database by java 在ZK中,我们可以PostNotifyChange多个变量吗 - In ZK Can we PostNotifyChange more than one variables 休眠中可以有多个cfg文件吗? - Can we have more than one cfg file in hibernate? 我们可以用多个引用在 Selenium 中声明一个元素吗? - Can we declare an element in Selenium with more than one reference?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM