Basic Definition

Data, Information, Database, Database Management System, Database System

Data

Data is the unit of Information. It is the fact related to any object in consideration. For example a student’s name, id, phone, email, etc. Text, Number, image, file, pdf, audio, video can be considered as data.

Data is a representation of facts, concepts, or instructions in a formalized manner suitable for communication, interpretation, or processing by humans or by automatic means.

Any representation such as characters or analog quantities to which meaning is or might be assigned. Generally, we perform operations on data or data items to supply some information about an entity.

Information

Information is a set of data that is processed in a meaningful way according to the given requirement. Information is processed, structured, or presented in a given context to make it meaningful and useful.

It is processed data which includes data that possess context, relevance, and purpose. It also involves the manipulation of raw data.

Information assigns meaning and improves the reliability of the data. It helps to ensure undesirability and reduces uncertainty. So, when the data is transformed into information, it never has any useless details.

Database

A database is a systematic, organized collection of data so that it can be accessed and managed efficiently. The main purpose of the database is to operate a large amount of information by storing, retrieving, and managing data.

Database Management System (DBMS)

A program (or set of programs) that manages details related to storage and access for a database.

A database management system (DBMS) is system software for creating and managing databases in a reliable and efficient way. A DBMS makes it possible for end users to create, read, update and delete data in a database.

Database Management Systems (DBMS) is a collection of programs which enables its users to access database, manipulate data, and help in representation of data. It also helps control access to the database by various users.

Charles Bachmen’s Integrated Data Store (IDS) is said to be the first DBMS in history.

Database System

Together, the data and the DBMS, along with the applications that are associated with them, are referred to as a database system.

Last updated