Skip to content

Commit ada9acf

Browse files
authored
Merge pull request #4243 from asarora72/patch-4
Update index.md
2 parents 18b3485 + 98d2d81 commit ada9acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/database/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ logo: database.png
88
wikipedia_url: https://en.wikipedia.org/wiki/Database
99
related: dbms, sql, relational-database, nosql, document-oriented, in-memory-database, data-warehouse, graphdb, spatial-database, crud
1010
---
11-
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.
11+
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 the creation, querying, updating, and administration of the data it holds. There are different types of databases, including Relational Database Management Systems (RDBMS) that organize data into tables with predefined relationships, and NoSQL databases that provide a more flexible, schema-less approach to data storage.

0 commit comments

Comments
 (0)