☕️ 1 min read

Database Design Fundamentals For Software Engineers | What is Database?

avatar
Milad E. Fahmy
@miladezzat12

2 - What is Database?

| Index | Content | | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | 1 | Introduction & File-based system | | 2 | What is Database? | | 3 | Database Management System (DBMS) | | 4 | Characteristics of the Database Approach | | 5 | Benefits of the Database Approach |


2 - What is Database?

Database

It's a shared collection of related data.

In computing, a database is an organized collection of data stored and accessed electronically. Small databases can be stored on a file system, while large databases are hosted on computer clusters or cloud storage.

What is database properties?

  1. Universe of discourse That's mean the database represent the real world, it's called mini world

  2. Logically coherent of data