answersLogoWhite

0

object-based data model seems look like an entity and attributes.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is data base model?

object-based data model seems look like an entity and attributes.


What is data base objective?

object-based data model seems look like an entity and attributes.


Is report a data base object?

YES, it is.


Is relationship a data base object?

Depends on the value.


Define data models and list different types of data models?

A data model is a collection of concepts that can be used to describe the structure of a database and provides the necessary means to achieve this abstraction whereas structure of a database means the data types,relationships and constraints that should hold on the data. Data model are divided into three different groups they are 1)object based logical model 2)record based logical models 3)physical models Types: Entity-Relationship (E-R) Data Model Object-Oriented Data Model Physical Data Model functional data model


Advantages and disadvantages of object oriented databases?

advantages of object oriented data base


What does ole db stands for?

object linking and embedding in data base


Difference between Object-based Data Model and Record-based Data Model?

Object-based data model represents data as objects with attributes and methods, providing a way to model real-world entities in a programming language like Java. On the other hand, record-based data model organizes data into fixed-format records or tuples, typically used in databases like SQL to store and retrieve structured information. Object-based data model offers a more dynamic and flexible way to represent data compared to the rigid structure of record-based models.


What is the network model in data base?

In network data model , the records are related to each other by means of a link. A record is collection of fields , each of which contains only one data.


What is researh data base?

A research data base refers to given center or platform whereby data is collected. The data is usually organized to model the relevant aspects of reality in a way that it supports the processes requiring this information.


What are the 4 databases models?

The four primary database models are the relational model, hierarchical model, network model, and object-oriented model. The relational model organizes data into tables with rows and columns, allowing for easy querying through SQL. The hierarchical model structures data in a tree-like format, where each record has a single parent. The network model allows for more complex relationships through a graph structure, while the object-oriented model integrates database capabilities with object-oriented programming principles.


What is the difference between data model and database model?

A database is a collection of tables that is used for some purpose (typically an application of some sort). A database model is a description of that database, and describes how the tables relate to each other. Typically, a model is designed first, then the actual database is implemented using the model as a blueprint.