Is it possible to classify the different types of database with the followings categories :
是否可以使用以下类别对不同类型的数据库进行分类:
- tabular database (I don't know if it is the correct term): they can be stored in csv files. And we can do SQL on this data.
- 表格数据库(我不知道它是否是正确的术语):它们可以存储在csv文件中。我们可以对这些数据进行SQL。
- nested database: for example json, xml, geojson
- 嵌套数据库:例如json,xml,geojson
- network database: I don't if there are examples of files with a certain extension for this type of data
- 网络数据库:如果有这种类型的数据具有特定扩展名的文件示例,我不会这样做
The data can be converted from one format to another, of course. But it is correct to have these categories ?
当然,数据可以从一种格式转换为另一种格式。但是拥有这些类别是正确的吗?
1 个解决方案
#1
0
I think you have not correct categorization. Let's review your three types :
我认为你没有正确的分类。我们来看看你的三种类型:
Tabular : Maybe you point to RDBMS(Relational DBMS) or SQL-Based
表格:也许您指向RDBMS(关系DBMS)或基于SQL
Nested : Maybe you mean No-SQL or No-Relational databases.
嵌套:也许你的意思是No-SQL或无关系数据库。
Network : I really don't know what you mean! But there is a technique in DBMS's that distribute data files on more than one system.
网络:我真的不知道你的意思!但是DBMS中有一种技术可以在多个系统上分发数据文件。
Read this. Maybe it gives you more accurate view about databases.
读这个。也许它可以让您更准确地了解数据库。
#1
0
I think you have not correct categorization. Let's review your three types :
我认为你没有正确的分类。我们来看看你的三种类型:
Tabular : Maybe you point to RDBMS(Relational DBMS) or SQL-Based
表格:也许您指向RDBMS(关系DBMS)或基于SQL
Nested : Maybe you mean No-SQL or No-Relational databases.
嵌套:也许你的意思是No-SQL或无关系数据库。
Network : I really don't know what you mean! But there is a technique in DBMS's that distribute data files on more than one system.
网络:我真的不知道你的意思!但是DBMS中有一种技术可以在多个系统上分发数据文件。
Read this. Maybe it gives you more accurate view about databases.
读这个。也许它可以让您更准确地了解数据库。