MySQL RDBMS
What is RDBMS?
MySQL RDBMS
RDBMS stands for Relational Database Management System.
RDBMS is the basis for SQL, and for all modern database systems such as MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access.
The data in RDBMS is stored in database objects called tables. A table is a collection of related data entries and it consists of columns and rows.
The Table
A table is the most common and simplest form of data storage in a relational database.
Every table is broken up into smaller entities called fields. The fields calculate data for each record in a table.