How relational Database System is Organized ?

February 18, 2025 No Comments » Hits : 224





How relational Database System is Organized ?

Database Management System is overall program that manages one or more databases. Relational Database Management system is used to manage -

  1. Real time database system
  2. Whether forecasting application
  3. Space Research and Electronics Lab

In the day to day life we can use database system inside -

  1. Banking
  2. College Administration
  3. Buy-Sell Application
  4. Insurance Application
  5. Telephone Management.

Database System is organized in following way -

RDBMS Structure contain Different Objects such as -

  1. Database
  2. Table
  3. Field
  4. Record
Databse ObjectExplanation
DatabseA database is an organized collection of data for one or more purposes, usually in digital form. (e.g College Database)
TableTable is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows.
FieldIndividual Column of the database table is called as “Field”
RecordIndividual Row of the database table is called as “Record”

Explanation of the RDBMS :

  1. We have topmost layer i.e Relational Database management system which manages different databases.
  2. RDBMS is an application Software.
  3. Using RDBMS we have created two databases i.e RDBMS can manage at least single database .
  4. In the individual database we can create number of tables. These tables may be interlinked to each other or may be separate tables.
  5. We can fire queries on the database table or on whole database. [ Query Language is used to fire queries on the database called SQL]
  6. Each Table have unique key in order to identify Individual Record called primary key.

As explained earlier RDBMS is and application software , there are number of application softwares present in the market as of today -
List of some application software are -

  • MS SQL Server
  • Microsoft Access
  • MSDE
  • Oracle
  • DB2
  • Sybase
  • MySQL
  • Postgres
  • Informix

What we have learned through this article ?

  1. What is Relational Database Management System
  2. Where database system is used in real life ?
  3. How relational Database System is Organized ?
  4. Different Database Objects
  5. List if Application Softwares

Incoming search terms: