Database
12 March 2025 (Updated 25 May 2025)
A database is a place to store data in an organised way.
There are two types of databases:
- SQL: Data is organized as a collection of tables with pre-defined schemas.
- NoSQL: Data is organised as a collection of documents where the documents don’t need to have pre-defined schemas.
Tagged:
Databases