Unit 1
Unit 1
LESSON
VIVEKANANDA VISION ARTS AND SCIENCE COLLEGE
Kachur Uthukottai, Thiruvallur-602026
UNIT - I
Introduction to DBMS– Data and Information - Database – Database Management System – Objectives -
Advantages – Components - Architecture. ER Model: Building blocks of ER Diagram – Relationship Degree –
Classification – ER diagram to Tables – ISA relationship – Constraints – Aggregation and Composition –
Advantages
Introduction
Data is a very important resource of every organization. Every institution or every person come
across huge amount of data by day. So in order to handle these large and complex data, an efficient
tool is needed. That tool is DBMS.
Distinguish between data and information
Data
• Raw facts about person, place, thing or any object are called data.
• It gives implicit meaning only.
• Example: Raju 42 22 64
Information
• Processed or organized data are called information.Example:
Name External mark Internal mark Total
Raju 42 22 64
2. Binary relationship
A binary relationship exists when there are two different entities participating in the relationship. Its
degree is two.
3. Ternary relationship
A ternary relationship exists when there are three different entities participating in the relationship
and having the degree 3.
Distinguish Strong Entity and weak entity
Strong Entity
● An entity which can exist alone
● It doesn't depend other entities
● It is represented by a single rectangle
Weak Entity
● An entity which cannot exist alone
● It depends other strong entity.
● It is represented by a double lined rectangle.
.
2. One to Many (1:M) Mapping
When a single instance of an entity is associated with more than one instances of other entity then it
is called one to many relationships.