Chapter 17 of 33

Database Management System (DBMS)

How structured data is stored and managed — core DBMS terminology and the SQL language used to query it.

📖 ~4 min read 💻 RRB NTPC / Group D — Computer Awareness

What Is a DBMS?

A DBMS is software that manages the creation, storage, retrieval, and manipulation of data in a structured database.

Key Terms

TermMeaning
TableA structured collection of data organised into rows and columns
Primary KeyA unique identifier for each record in a table
Foreign KeyA field linking one table to the primary key of another table
SQLStructured Query Language — used to query and manage relational databases

Types of DBMS

  • Relational DBMS (RDBMS): Stores data in tables with relationships (MySQL, Oracle, PostgreSQL)
  • Hierarchical DBMS: Data organised in a tree-like structure
  • Network DBMS: Data organised as a graph, allowing multiple parent-child relationships

💡 Want More? Get the Full eBook

This free chapter covers the key concepts. For complete coverage with 500+ MCQs, mock tests, and previous year analysis — grab the premium eBook.

📚 Browse Premium eBooks →