DB Design1
DB Design1
Introduction
to
Database Design
Data
Definition:
Data is raw, unprocessed information.
Direct data collected from sources
Data is an information , which is
unprocessed
So there is no structure for the
particular data
It contains number , character ,
symbol , audio, video or any other form
can be recorded and stored
Examples of Data:
DATABASE Organized
data
Databse Design:
Fields (Columns):
These define the type of data stored in each
column of a table. For example, a field could be
"Name," "Age," or "Address.“
Records (Rows):
A record is a single entry in a table, like one
person's contact information in a phonebook.
Primary Key:
A unique identifier for each record in a
table. For example, a Student ID that is
unique to each Student.
Relationships:
How table connect to each other
Normalization:
The process of organizing data in a
database to reduce redundancy and improve
data integrity.
Information and database
Information