Database
A database is a structured collection of data. The data are typically organized to model relevant aspects of reality (for example, the availability of rooms in hotels), in a way that supports processes requiring this information (for example, finding a hotel with vacancies).
The term database is correctly applied to the data and their supporting data structures, and not to the database management system. The database data collection with DBMS is called a database system.
advantages
It means all of the information is together.
The information can be portable if on a laptop.
The information is easy to access at any time.
It's more easily retrievable.
disadvantages
Database systems are complex, difficult, and time-consuming to design.
Initial training required for all programmers and users.
Suitable hardware and software start-up costs.
A longer running time for individual applications.


