Skip to content

Commit

Permalink
add db and dbms
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHaus committed Sep 8, 2024
1 parent 893327e commit b20c197
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Concepts/Database Management System.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
aliases: [DBMS]
tags:
- seedling
publish: true
---

A database management system (DBMS) is software that allows applications to store and analyze information in a [[Database|database]].

A general-purpose DBMS supports the definition, creation, querying, update, and administration of databases in accordance with some data model.

%% wiki footer: Please don't edit anything below this line %%

## This note in GitHub

<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>

<span class="git-footer">Was this page helpful?
[👍](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>
18 changes: 18 additions & 0 deletions Concepts/Database.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
aliases: [db]
tags: [seedling]
publish: true
---

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]

[^1]: [01 - Relational Model & Algebra (CMU Intro to Database Systems / Fall 2023)](https://youtu.be/XGMoq-D_mao?si=AfMtfkX5GnNzrQOV)

%% wiki footer: Please don't edit anything below this line %%

## This note in GitHub

<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>

<span class="git-footer">Was this page helpful?
[👍](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 comments on commit b20c197

Please sign in to comment.