Adbms Unit-2 (Part-1)
Adbms Unit-2 (Part-1)
UNIT -2
3 Indexes
Speed up data retrieval by creating shortcuts.
ER- MODEL IN DBMS?
•ER model stands for an Entity-Relationship model. It is a
high-level data model. This model is used to define the
data elements and relationship for a specified system.
•It develops a conceptual design for the database. It also
develops a very simple and easy to design view of data.
•In ER modeling, the database structure is portrayed as a
diagram called an entity-relationship diagram.
For example, Suppose we design a school database. In
this database, the student will be an entity with attributes
like address, name, id, age, etc. The address can be
another entity with attributes like city, street name, pin
code, etc and there will be a relationship between them.
Real-life Example: Online Store
Database
ER- MODEL IN DBMS? An online store might use a database to store product information, customer orders,
inventory levels, and payment details. This helps manage product listings, track orders,
Why Use ER Diagrams In DBMS? and ensure smooth operations.