---
title: "What is RDBMS?"  
description: "What is RDBMS?"  
author: "Rahul Roi"  
published: 2019-04-06  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/23498/what-is-rdbms  
category: "database"  
tags: ["database", "sql server"]  
reading_time: 1 minute  

---

# What is RDBMS?

**RDBMS** stands for Relational Database Management System. RDBMS store the data into the collection of tables, which is related by common fields between the columns of the table. It also provides relational operators to manipulate the data stored into the tables.

**Example:** SQL Server.

## Answers

### Answer by Rahul Roi

**RDBMS** stands for Relational Database Management System. RDBMS store the data into the collection of tables, which is related by common fields between the columns of the table. It also provides relational operators to manipulate the data stored into the tables.

**Example:** SQL Server.


---

Original Source: https://www.mindstick.com/interview/23498/what-is-rdbms

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
