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