-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
“PHZ”
committed
Oct 1, 2024
1 parent
b286157
commit 89b5813
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: 数据库(1) | ||
date: 2024-10-01 11:39:56 | ||
tags: | ||
- 学习笔记 | ||
--- | ||
### 数据库的相关概念 | ||
名称 | 全称 | 简介 | ||
------ |---------------------------|------------------------ | ||
数据库 | 存储数据的仓库,数据是有组织的进行存储|DataBase(DB) | ||
数据库管理系统|操纵和管理数据库的大兴软件|DataBase Management System(DBMS) | ||
SQL | 操作关系数据库的变成语言,定义了一套操作关系数据库统一**标准**|Structured Query Language | ||
|
||
### 数据库 |