answersLogoWhite

0


Best Answer

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-oriented)

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

2w ago

Data models in DBMS represent the logical structure of the database by defining the relationships, constraints, and properties of the data stored. They provide a way to organize and structure data for efficient storage, retrieval, and manipulation. Common types of data models include relational, hierarchical, network, and object-oriented models.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are data models in dbms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How data will store in DBMS?

Databases store data using any of the robust data structures for efficient management of data. They can use any of the record based logical models to represent the data. Hierarchical, Network or Relational data models.


What does an DBMS do?

DBMS is database management system and it stores data that are related. DBMS maintains data security and integrity as well.


What are three types of dbms?

Three types of DBMS (Database Management Systems) include relational DBMS, object-oriented DBMS, and NoSQL DBMS. Relational DBMS organizes data into tables with rows and columns, object-oriented DBMS stores data as objects and classes, and NoSQL DBMS handles unstructured and semi-structured data with flexible schemas.


How does DBMS reduce data redundancy?

DBMS stands for database management system. DBMS reduce data redundancy as it checks if the data is duplicate and if duplicate then store it as a single record.


What are rows in dbms?

In DBMS the data is stored in the form of table . Each row in DBMS is known as tuple.


What is DBMS and what r the features of Dbms?

DBMS stands for data base management system. DBMS is a collection of programs that enables users to create and maintain a database. The DBMS is a general purpose software system used to facilitate the process of defining, constructing and manipulating data bases for various applications. features of DBMS: 1.Data independence 2.Efficient data access 3.Data integrity & security 4.Data administration 5.Reduced application development time


Is Microsoft OneNote a DBMS?

Yes ,DBMS -data base management system


What is DBMS?

DBMS is short for database management system . DBMS is the collection of related records.


What is mvd in dbms?

multivalued data


Difference between traditional and latest DBMS package?

Traditional FPS and DBMS both are different from each other. In DBMS there is security of data as well as integrated data while this is not in FPS.


What are advantages of dbms approach?

There are number of advantages of DBMS approach , some of them are : Data integrity is maintained, Data accessibility is also easy, The redundancy of data is also reduced.


What is the difference between DBMS and a database?

The database holds the records, fields, cells ..with data. The DBMS is the "tools" used to manipulate the data in the database. An example of a DBMS is SQL Server. The DBMS is the database engine itself. This is the core, the actual program that contains the logic to execute your SQL statements. performs that actual data access based upon these commands (relationaly). whereas DS is linked with improving the speed of traversing and searching the data in main memory. As we all know that the processor can only process the data that is available in main memory. Therefore the different models used to organize data in main memory are collectively referred as DS.