Skip to content

Commit b20c197

Browse files
committed
add db and dbms
1 parent 893327e commit b20c197

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
aliases: [DBMS]
3+
tags:
4+
- seedling
5+
publish: true
6+
---
7+
8+
A database management system (DBMS) is software that allows applications to store and analyze information in a [[Database|database]].
9+
10+
A general-purpose DBMS supports the definition, creation, querying, update, and administration of databases in accordance with some data model.
11+
12+
%% wiki footer: Please don't edit anything below this line %%
13+
14+
## This note in GitHub
15+
16+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Database%20Management%20System.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Database%20Management%20System.md "git-hub-copy-note")</span>
17+
18+
<span class="git-footer">Was this page helpful?
19+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Database%20Management%20System) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Database%20Management%20System)</span>

Concepts/Database.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
aliases: [db]
3+
tags: [seedling]
4+
publish: true
5+
---
6+
7+
A database is an organized collection of inter-related data that models some aspect of the real-world. Data is stored and accessed in a database by a [[Database Management System|database management system (DBMS)]]. [^1]
8+
9+
[^1]: [01 - Relational Model & Algebra (CMU Intro to Database Systems / Fall 2023)](https://youtu.be/XGMoq-D_mao?si=AfMtfkX5GnNzrQOV)
10+
11+
%% wiki footer: Please don't edit anything below this line %%
12+
13+
## This note in GitHub
14+
15+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Concepts/Database.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Concepts/Database.md "git-hub-copy-note")</span>
16+
17+
<span class="git-footer">Was this page helpful?
18+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Concepts/Database) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Concepts/Database)</span>

0 commit comments

Comments
 (0)