EDUCBA

EDUCBA

MENUMENU
  • Free Tutorials
  • Free Courses
  • Certification Courses
  • 360+ Courses All in One Bundle
  • Login

dbms entity

Secondary Sidebar
DBMS Tutorial
  • DBMS
    • What is DBMS?
    • Introduction To DBMS
    • DBMS ER Diagram
    • DBMS_RANDOM
    • DBMS_XPLAN
    • DBMS join
    • DBMS Functions
    • Data Administrator in DBMS
    • Checkpoint in DBMS
    • DBMS Table
    • Mapping Constraints in DBMS
    • DBMS Canonical Cover
    • DBMS Log-Based Recovery
    • DBMS Multivalued Dependency
    • View Serializability in DBMS
    • DBMS Concepts
    • DBMS Constraints
    • DBMS_Scheduler
    • B+ Tree in DBMS
    • DBMS_LOB
    • dbms entity
    • DBMS Foreign Key
    • DBMS Users
    • DBMS_Metadata.get_ddl
    • Relational Algebra in DBMS
    • DBMS Components
    • DBMS Features
    • DBMS Models
    • DBMS Relational Model
    • Hashing in DBMS
    • DBMS network model
    • Relationship in DBMS
    • ER Model in DBMS
    • Data Models in DBMS
    • Static Hashing in DBMS
    • Advantages of DBMS
    • dbms_output.put_line
    • DBMS Data Dictionary
    • dbms_xplan.display_cursor
    • Normal Forms in DBMS
    • DBMS helps achieve
    • DBMS 3 tier Architecture
    • Relational Calculus in DBMS
    • Serializability in DBMS
    • File Organization in DBMS
    • DBMS Transaction Processing
    • States of Transaction in DBMS
    • Functional Dependency in DBMS
    • Generalization in DBMS
    • Data Independence in DBMS
    • Lock Based Protocols in DBMS
    • Deadlock in DBMS
    • Integrity Constraints in DBMS
    • Concurrency Control in DBMS
    • Validation Based Protocol in DBMS
    • DBMS Locks
    • Normalization in DBMS
    • Transaction Property in DBMS
    • Specialization in DBMS
    • Aggregation in DBMS
    • Types of DBMS
Home Data Science Data Science Tutorials DBMS Tutorial dbms entity

dbms entity

Introduction to dbms entity

In dbms, we show our tables in the form of entities that contain attributes of the table. These entities are used to show the relationship among different tables in the database. The ER diagram represents this entity relationship; this helps us understand the relationship between the two tables. We can represent them using the ER diagram for this; this ER diagram consists of the attribute, their relation with another table attribute, etc. We have different types of representation for each of the attributes of the table. For example, we have different types of entity in dbms, which are mainly categorised as weak entities. In short, if we have any database, then all the different tables for that database will represent the entity, and the relationship among them will be represented by using the ER diagram as discussed. In the coming section of the article, we will discuss their implementation in detail.

Types of dbms entity

In this section, we will discuss the different types of entities in dbms; in the database, we mainly have two types of entity which are categories as below; let’s discussed each of them in detail;

Start Your Free Data Science Course

Hadoop, Data Science, Statistics & others

All in One Data Science Bundle(360+ Courses, 50+ projects)
Python TutorialMachine LearningAWSArtificial Intelligence
TableauR ProgrammingPowerBIDeep Learning
Price
View Courses
360+ Online Courses | 50+ projects | 1500+ Hours | Verifiable Certificates | Lifetime Access
4.7 (85,938 ratings)

1. Weak entity: This type of entity does not contain any primary key, which means a table that cannot contain any primary key is termed as a weak entity in dbms. It basically depends on the other entity, or we can say the parent entity. If we have any weak entity, then it can be represented by the ‘ double backed ‘ in ER diagram in dbms; see below example for better clarity;

Weak entity representation ;

1

2. Strong entity: This type of entity has its own existence, which means the entity that contains a primary key can b termed a String entity because it does not depend on the other entity for its existence and does not depend on the other entity or tables. We can represent a string entity by using a ‘ single rectangle’ box.

Strong entity representation ;

2

entity Attributes

In dbms, every entity is represented or created using the attribute; these attributes are the entity’s property. Like we have different types of columns in tables. For example, we have an employee table and columns of the table as age, city, salary, so these are the attribute of the entity. All these attributes contain a value. We can apply any range of the value or specific domain to the attribute to restrict users from saving invalid data for a particular attribute. For example, we have employee salary, which will only contain a numeric value, not alphabets, so we can apply value range or domino here to restrict this attribute. Now let discuss the different type of attribute in entity for better understanding see below;

1. Simple attribute: A simple attribute is consists of one value, and it cannot be divided into further parts. It means it is an atomic value attribute; let’s take an example; employee salary cannot be divided into two parts or values. So this type of attribute is termed as ‘Single Attributes’.

2. Key attribute: This attribute helps us uniquely identify the entity; by using this, we can easily identify a unique record from the list of records we have. Let’s understand by one example we have student roll number which can easily use to identify a particular student from the list of students we have. Also, this type of attribute is represented by using the ‘oval’ shape in the representation.

Key attribute representation :

3

3. Composite attribute: As the name suggests, if the attribute is used to represent by combining another attributthenan it is termed as ‘ composite attribute ‘. That means we can combine two or more attributes on an entity to create this type of attribute in dbms. Let’s understand by the example, in the employee table; we have employee address which can be created by using the different attributes of the employee table like city, state, pin code, house no, etc.

Composite attribute representation :

4

4. Derived attribute: As the name suggests, those attributes whose value is derived from the other attribute are termed a derived attributes. Also, it is dynamic in nature. to represent this is ER diagram, we use a dashed oval shape. An example of this is the ‘age’ of an employee can be derived from the ‘dob’ attribute.

Derived attribute representation:

5

5. Multivalued attribute: Attributes represent or create by using multiple attributes termed as ‘Multivalued attribute’ in the entity. The use of ‘oval shape can represent this type of attribute’. For example, an employee can have more than one phone number.

ER Diagram in DBMS entity

ER diagram stands for Entity Relationship diagram, and it is used to represent the relationship between different entities in the database. We have different types of relationships which can be used to define between entities. Also, these entities can be created by using a different type of attribute and so on that we have already discussed in the article. ER diagram in dbms helps us represent the logical structure of our database. This ER diagram can be created using the attribute, relationship among them, and entities of the database. In this section, we will see a different type of relation available in it; let’s get started;

1. one-to-one: In this type of relationship, one entity’s attribute can be associated with almost one attribute of the different entity. Let’s suppose A entity can be associate with at most one entity of the other entity.

example:

6

2. one too many: In this type of relationship, one instance of the entity can be associated with the multiple instances of the other entity. which means a single record from one table can have multiple records in the other table.

example:

7

3. Many to one: In this type of relationship, multiple instances of an entity can be associated with the single instance of another entity, then the relation is termed as ‘Many to one ‘.

example:

7

4. Many to Many: In this type of relationship, we can have multiple instances of the one entity that can be associate with the multiple instances of the other entity.

example:

8

Complete ER diagram:

9

Conclusion

By the use of Er diagram, we can easily represent our entity in dbms. This helps us give a high overview of our database and help us understand the mapping among them. It is easy to use create and the main table.

Recommended Articles

This is a guide to dbms entity. Here we discuss the different types of entities in dbms; In the database, we mainly have two types of entity which are categories. You may also have a look at the following articles to learn more –

  1. DBMS Locks
  2. DBMS Features
  3. DBMS_LOB
  4. DBMS Log-Based Recovery
Popular Course in this category
SQL Training Program (7 Courses, 8+ Projects)
  7 Online Courses |  8 Hands-on Projects |  73+ Hours |  Verifiable Certificate of Completion
4.5
Price

View Course
0 Shares
Share
Tweet
Share
Primary Sidebar
Footer
About Us
  • Blog
  • Who is EDUCBA?
  • Sign Up
  • Live Classes
  • Corporate Training
  • Certificate from Top Institutions
  • Contact Us
  • Verifiable Certificate
  • Reviews
  • Terms and Conditions
  • Privacy Policy
  •  
Apps
  • iPhone & iPad
  • Android
Resources
  • Free Courses
  • Database Management
  • Machine Learning
  • All Tutorials
Certification Courses
  • All Courses
  • Data Science Course - All in One Bundle
  • Machine Learning Course
  • Hadoop Certification Training
  • Cloud Computing Training Course
  • R Programming Course
  • AWS Training Course
  • SAS Training Course

ISO 10004:2018 & ISO 9001:2015 Certified

© 2022 - EDUCBA. ALL RIGHTS RESERVED. THE CERTIFICATION NAMES ARE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.

EDUCBA
Free Data Science Course

SPSS, Data visualization with Python, Matplotlib Library, Seaborn Package

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA Login

Forgot Password?

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA
Free Data Science Course

Hadoop, Data Science, Statistics & others

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you

By signing up, you agree to our Terms of Use and Privacy Policy.

Let’s Get Started

By signing up, you agree to our Terms of Use and Privacy Policy.

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the cookie policy. By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to our Privacy Policy

Loading . . .
Quiz
Question:

Answer:

Quiz Result
Total QuestionsCorrect AnswersWrong AnswersPercentage

Explore 1000+ varieties of Mock tests View more

Special Offer - SQL Training Program (7 Courses, 8+ Projects) Learn More