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-

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.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the different data model in DBMS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 is the difference between relation and relationship in dbms?

Relationship is purely a construct of the er data model.Relation is a structure of the relational data model.


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 is data system?

A database system is a term that is typically used to encapsulate the constructs of a data model, database Management system (DBMS) and database .. (natsume)


What is a data system?

A database system is a term that is typically used to encapsulate the constructs of a data model, database Management system (DBMS) and database .. (natsume)


What is post relational data model?

A number of extensions to the relational data model have been proposed in the three decades or so since its invention. Many of these extensions have been implemented in commercial DBMS. What is termed the post-relational data model here is not strictly a data model in that no coherent theory has been developed. Nevertheless it is useful to discuss it here in terms of a set of mech- anisms found in many contemporary DBMS. Such a data model is also referred to by the terms extended-relational and object-relational data model. In Chapter 18 we discuss how the proposed SQL3 standard addresses many of these features. In Chapter 34 we also consider how the ORACLE DBMS supports some of these features. In the first half of the chapter we consider two extensions to the data defin- ition part of the relational data model: abstract data types and nested relations. In the second half of the chapter we consider two constructs - triggers and stored procedures - that have been used both for data manipulation and data integrity purposes. The incorporation of these features into a relational DBMS provides it with the ability to handle complex objects and behaviour. Hence many of the DBMS with these features have termed themselves object-rela- tional systems.


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 a data based system?

A database system is a term that is typically used to encapsulate the constructs of a data model, database Management system (DBMS) and database .. (natsume)


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


What is the difference between data model and schema in database?

As I understand it, a database schema is a physical entity, it describes the structure of exactly how the data is stored and is itself stored by DBMS for reference. Data model, on the other hand, is an abstract representation of database.