A database acts like a big bucket where the user can put in information. The two most important parts of any databases is storing information and take it back out again.
A modern-day database is a structure collection of data in a computer. The term structured implies that each record in the database sis stored in a certain format.
An application programs is needed to retrieve or manipulate data in this file. The data retrieval capability is provided by a query language and the data manipulation capability is provided with a transaction language.
Database programs differ from other types of computer programs in the sense that they are dominated by data retrieval and manipulation tasks rather than complex computation.
A database management system is a specific type of software than can organize data in a flexible manner. It has the ability to add, modify or delete data from the database, ask question or queries about the data stored in the database, and also summarize selected contents.
Database program