RDBMS is stand for Relational DataBase Management System. It's a Database Management System base on relational model invented by Edgar F. Codd.
The data in RDBMS is stores in database object call "table". Table is a collection of related data entries and it consist of numerous columns and rows.
A table is the most common and basic store object in RDBMS.
Every table is broken up into small piece call "field". A field is a column in a table that is designed to maintain specific information about every record in the table.
Database normalization is a process of efficiently organizing data in database.
Purpose:
Steps to normalize data in database : using normal form:
*Note from writer: