Database
A database is an organized collection of data with a defined schema. Relational databases (MySQL, PostgreSQL) store data in tables; NoSQL databases (MongoDB, Redis) in documents or key-value pairs. DBMS manage access, consistency and backups.