chapter 1
chapter 1
Chapter 1
Introduction To RDBMS
By Prof. Ashwini A. Satkar
Contents
• Introduction to popular RDBMS product and their
features
Step: 2 We can clearly see that the Team Name and Team Id are repeated at
multiple places. we can make a separate table to store this information and reduce
data redundancy.
Player Name Player Age Team ID
Virat Kohli 32 1
Rohit Sharma 34 1
Ross Taylor 37 2
Shikhar Dhawan 35 1
Kane Williamson 30 2
Step-3 :
This is known as Normalization used to reduce Data Redundancy.