What are the different data model in DBMS?

1 answer

Answer

1141201

2026-05-21 15:50

+ Follow

"A data model is a collection of concepts that can be used to describe the structure of a database."

Data models can be broadly distinguished into 3 main categories-

1)high-level or conceptual data models (based on entities & relationships) - It provides concepts that are close to the way many users perceive data.

2)lowlevel or physical data models - It provides concepts that describe the

details of how data is stored in the computer.These concepts are meant for

computer specialist, not for typical end users.

3)representational or implementation data models (record-based,object-

0riented) - It provide concepts that can be understood by end users. These

hide some details of data storage but can be implemented on a computer

system directly.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.