What is a Database?

A Database is a collection of related data organized in a way that data can be easily accessed, managed and updated. Database can be software based or hardware based, with one sole purpose, storing data.

What is DBMS?

What is DBMS?

A DBMS ( Database Management System ) is a software that allows creation, definition and manipulation of database, allowing users to store, process and analyzing data easily. DBMS provides us with an interface or a tool, to perform various operations like creating database, storing data in it, updating data, creating tables in the database and a lot more. Here are some examples of popular DBMS used these days:

  • 1.MySql
  • 2.Oracle
  • 3.SQL Server
  • 4.IBM DB2
  • 5.PostgreSQL

The DBMS is perhaps most useful for providing a centralized view of data that can be accessed by multiple users, from multiple locations, in a controlled manner. A DBMS can limit what data the end user sees, as well as how that end user can view the data, providing many views of a single database schema. End users and software programs are free from having to understand where the data is physically located or on what type of storage media it resides because the DBMS handles all requests.

Some Types of DBMSes :

Some popular database models below:

  • RDMS (Relational database management system)
  • IMDBMS (In-memory database management system)
  • CDBMS (Columnar database management system)

Advantages of DBMS :

Using a DBMS to store and manage data comes with advantages, but also overhead. One of the biggest advantages of using a DBMS is that it lets end users and application programmers access and use the same data while managing data integrity. Data is better protected and maintained when it can be shared using a DBMS instead of creating new iterations of the same data stored in new files for every new application. The DBMS provides a central store of data that can be accessed by multiple users in a controlled manner.

Disadvantages of DBMS :

  • Complexity / Not very easy
  • DBMSes are generally costly (Don't include MySQL and other open source DBMSes).
  • Generally they are large in size.


Different Types of Wireless Communication or Transmission

Different Types of Wireless Communication or Transmission :

In the present days, wireless communication system has become an essential part of various types of wireless, many devices used wireless communication.

Read More
How ATM works? Role of ATM in Internetworks and ATM network speed

How does a SIM card work? SIM card History and SIM card size :

SIM (Full form: Subscriber Identity Module or Subscriber Identification Module) card technology is one of the most popular technologies. The first SIM card was developed in 1991.

Read More
Cache Memory - Types & Levels of Cache Memory

What is Cache Memory? - Types & Levels of Cache Memory :

A CPU cache is a cache memory used by the CPU of a computer to reduce the average time to access main memory. The Cache is a smaller & faster memory.

Read More

Computer Science Engineering

Special Notes

It's a special area where you can find special questions and answers for CSE students or IT professionals. Also, In this section, we try to explain a topic in a very deep way.

CSE Notes