diff --git a/Concepts/Database Management System.md b/Concepts/Database Management System.md new file mode 100644 index 0000000..b4dd03d --- /dev/null +++ b/Concepts/Database Management System.md @@ -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 + +[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") + +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) diff --git a/Concepts/Database.md b/Concepts/Database.md new file mode 100644 index 0000000..1b71c23 --- /dev/null +++ b/Concepts/Database.md @@ -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 + +[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") + +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)