What is Database?

Connect with

What is database?A database is a collection of data that is organized in a manner that makes it easy to be managed, accessed, and changed.

Database is a collection of data that is organized in a manner that makes it easy to be managed, accessed, and changed. An organization generally has different departments based on their specialization, so does the data requirement change that leads to multiple database requirements in the organization. If you are interested in learning NoSQL Document-Oriented MongoDB data base you can visit MongoDB tutorials listing page

What is Database

What is a database? It is an electronically managed collection of data related to a specific domain like financial.

Databases can be categorizing in several ways

Bases on Query Method

  • SQL Database (Relational)
  • NOSQL Database/Schemaless  (Non Relational)

Based on data that it can handle

  1. Relational Database
  2. Object Database
  3. Document Database
  4. Graph Database
  5. Columnar Database
  6. Key Value Database

All these databases are intended to be used for a specific type of data and is optimizes for that specific data requirement.

Databases that are well organize and have strict rules defined as to how data will be arranged and managed, these rules translate to schema, Schema is a structure detailing how the data will be maintained.

Databases Provides the flexibility and do not adhere to strict structure rules and are generally known as schema less Databases

Databased Management System (DBMS) these are the software that are designed to perform different action on the database like retrieval, storing, changing existing data, and several other operations.   A Computer programmer always interact with database through its DBMS, that hide it complexity of how data is internally managed and provides us the simplified mechanisms to access respective Data.


Connect with

Leave a Comment

Your email address will not be published. Required fields are marked *