Skip to content

Commit 4032723

Browse files
committed
fix dbs error
1 parent 7ca7c91 commit 4032723

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_posts/2025-05-03-关于数据库系统以及三层数据模型.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ math: true
8383

8484
### 1.3 DBS对比文件系统
8585

86-
| 特质/系统类型 | 数据库系统(DBS| 普通文件系统(File System|
87-
| -------------------------- | ---------- | ------------------- |
88-
| 数据结构化(Structuring) || |
89-
| 数据共享(Sharing) || |
90-
| 数据冗余(Redundancy) || |
91-
| 数据独立性(Independency) || |
92-
| 用户交互界面(User Interface) | 单一 | 多样 |
93-
| 数据统一管理(Unified Management) || |
86+
| 特质/系统类型 | 普通文件系统(File System| 数据库系统(DBS|
87+
| -------------------------- | ------------------- | ---------- |
88+
| 数据结构化(Structuring) | | |
89+
| 数据共享(Sharing) | | |
90+
| 数据冗余(Redundancy) | | |
91+
| 数据独立性(Independency) | | |
92+
| 用户交互界面(User Interface) | 多样 | 单一 |
93+
| 数据统一管理(Unified Management) | | |
9494

9595
## 二、关于数据模型
9696

0 commit comments

Comments
 (0)