Skip to content

Commit 1da9722

Browse files
authored
Merge pull request #3960 from shaedrich/database
Add related to topic "database"
2 parents f813132 + d8020fb commit 1da9722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

topics/database/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ short_description: A database is a structured set of data held in a computer, us
66
topic: database
77
logo: database.png
88
wikipedia_url: https://en.wikipedia.org/wiki/Database
9+
related: dbms, sql, relational-database, nosql, document-oriented, in-memory-database, data-warehouse, graphdb, spatial-database, crud
910
---
1011
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.

0 commit comments

Comments
 (0)