0% found this document useful (0 votes)
24 views

Dbms 1

The document discusses the key concepts of database design including entities, attributes, relationships, and the different types of each. Entities represent real-world objects, attributes are their properties, and relationships define associations between entities. The document provides examples and definitions of different types of entities, attributes, and relationships.

Uploaded by

227r1a0519
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

Dbms 1

The document discusses the key concepts of database design including entities, attributes, relationships, and the different types of each. Entities represent real-world objects, attributes are their properties, and relationships define associations between entities. The document provides examples and definitions of different types of entities, attributes, and relationships.

Uploaded by

227r1a0519
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

Introduction to

database design,
components of dbms
Name:- A.manish
Roll:-227R1A0504
Sec:-CSE A
Database design :-
The database design process consists of a number of steps. The general aim of a database design
process is to develop an efficient, high quality database that meets For complete DBMS the needs
and demands of the application and business stakeholders.
The database design process can usually be broken down into six phases, as listed below:
Entity :-
An entity is referred to as an object or thing that exists in the real world. For example,
customer, car, pen, etc.
Entities are represented by “rectangle”
There are two types of entities.
● Strong Entity:- It is an entity that has its own existence and is independent.
The entity relationship diagram represents a strong entity type with the help of a
single rectangle. Below is the ERD of the strong entity type:
• Weak Entity:-It is an entity that does not have its own existence and relies on a strong entity for its
existence.
The Entity Relationship Diagram represents the weak entity type using double
rectangles. Below is the ERD of the weak entity type:
Attributes:- An attribute is a property or characteristic of an entity. An entity may contain
any number of attributes. One of the attributes is considered as the primary key. In an
Entity-Relation model, attributes are represented in an elliptical shape.
In DBMS, there are six such types of attributes available:

• Simple Attributes
• Composite Attributes
• Single Valued Attributes
• Multi-Valued Attributes
• Derived Attributes
• Key Attributes
Simple Attribute Single Valued
Composite Attribute Attribute
It can not be subdivided into can not be subdivided into That contains single values
any other component other component

Multivalued Attribute Derived Attribute Key Attribute


Stores more than one value at a Whose values can be derived Which consist of primary key
time from the other attribute (unique values)
Relationship:-
A Relationship represents the association between entity types. For example,
‘Enrolled in’ is a relationship type that exists between entity type Student and
Course. In ER diagram, the relationship type is represented by a diamond and
connecting the entities with lines.
Types of relationships:-
2 . Binary relationship
1.Unary relationship When there are TWO entities set
When there is only ONE entity participating in a relationship
set participating in a relation.

3 . Ternary Relationship
Ternary relationship set is a relationship set where three
entity sets participate in a relationship set.

4. n-ary Relationship
When there are n entities set
participating in a relation
Relationship examples

1 2

Topics

3 4
Thanks!
CREDITS: This presentation template was created by Slidesgo, and includes
icons by Flaticon, and infographics & images by Freepik

You might also like