Skip to Content

 Databases

RDBMS Concepts - Basics & Interview Questions

A relational database management system ( RDBMS) is a database management system (DBMS) that utilizes a relational database model to hold the data used in the application. Short for Relational Database Management System, RDBMS refers to a ... Read More

Relational Database Design & Normalization

Relational Database Design Whenever you are working with a relational database management system (RDBMS), the first step in creating and using a database is to establish the database's structure (also called the database schema). Database design,... Read More