A Database is an organized system for storing, managing, and retrieving data. Without a database, our application would forget all its data every time it is restarted.
RDBMS (Relational Database)
The most popular type of database is the Relational Database (such as PostgreSQL, MySQL, SQL Server). Data is stored in the form of Tables (rows and columns), similar to Excel but much more powerful.

RDBMS Illustration
Key Concepts
users table).email, password).