data model - определение. Что такое data model
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое data model - определение

AN ABSTRACT MODEL THAT ORGANIZES ELEMENTS OF DATA AND STANDARDIZES HOW THEY RELATE TO ONE ANOTHER AND TO REAL WORLD ENTITIES.
Data Model; Structured data; Data model diagram; Data models; Datamodel; History of data modeling; Datamodels
  • Some important properties of data<ref name="MW99"/>
  • How data models deliver benefit<ref name="MW99">Matthew West and Julian Fowler (1999). [https://sites.google.com/site/drmatthewwest/publications/princ03.pdf Developing High Quality Data Models]. The European Process Industries STEP Technical Liaison Executive (EPISTLE).</ref>
  • three level architecture]]. This shows that a data model can be an external model (or view), a conceptual model, or a physical model. This is not the only way to look at data models, but it is a useful way, particularly when comparing models.<ref name="MW99"/>
  • The data modeling process
  • Semantic data models<ref name="FIPS184"/>
  • EXPRESS G]] [[Information model]]
  • Example of a Data Structure Diagram
  • date=2013-12-03 }} released of IDEF1X by the Computer Systems Laboratory of the National Institute of Standards and Technology (NIST). 21 December 1993 (withdrawn in 2008).</ref>
  • A [[binary tree]], a simple type of branching linked data structure
  • Data-Flow Diagram example<ref>John Azzolini (2000). [http://ses.gsfc.nasa.gov/ses_data_2000/000712_Azzolini.ppt Introduction to Systems Engineering Practices]. July 2000.</ref>
  • process]] and data models.<ref name="SS93">Paul R. Smith & Richard Sarfaty Publications, LLC 2009</ref>
  • [[Document Object Model]], a standard [[object model]] for representing [[HTML]] or [[XML]]
  • Example of the application of Object-Role Modeling in a "Schema for Geologic Surface", Stephen M. Richard (1999)<ref name="SMR99">Stephen M. Richard (1999). [http://pubs.usgs.gov/of/1999/of99-386/richard.html Geologic Concept Modeling]. U.S. Geological Survey Open-File Report 99-386.</ref>
Найдено результатов: 5642
data model         
<database> The product of the database design process which aims to identify and organize the required data logically and physically. A data model says what information is to be contained in a database, how the information will be used, and how the items in the database will be related to each other. For example, a data model might specify that a customer is represented by a customer name and credit card number and a product as a product code and price, and that there is a one-to-many relation between a customer and a product. It can be difficult to change a database layout once code has been written and data inserted. A well thought-out data model reduces the need for such changes. Data modelling enhances application maintainability and future systems may re-use parts of existing models, which should lower development costs. A data modelling language is a mathematical formalism with a notation for describing data structures and a set of operations used to manipulate and validate that data. One of the most widely used methods for developing data models is the entity-relationship model. The relational model is the most widely used type of data model. Another example is NIAM. ["Principles of Database and Knowledge-Base Systems", J.D. Ullman, Volume I, Computer Science Press, 1988, p. 32]. (2000-06-24)
Data model         
A data model is an abstract model that organizes elements of data and standardizes how they relate to one another and to the properties of real-world entities. For instance, a data model may specify that the data element representing a car be composed of a number of other elements which, in turn, represent the color and size of the car and define its owner.
Data model (GIS)         
  • Depiction of the Arc/INFO coverage data model, a geo-relational topological vector data model based on the early POLYVRT data model
  • A simple vector data set with points, lines, and polygons representing water features.
  • Raster grid of elevation
WAY OF REPRESENTING GEOGRAPHICAL INFORMATION
Data model (ArcGIS); Geographic data model; GIS data model
A geographic data model, geospatial data model, or simply data model in the context of geographic information systems, is a mathematical and digital structure for representing phenomena over the Earth. Generally, such data models represent various aspects of these phenomena by means of geographic data, including spatial locations, attributes, change over time, and identity.
Common data model         
ANY STANDARDISED DATA MODEL WHICH ALLOWS FOR DATA EXCHANGE BETWEEN DIFFERENT APPLICATIONS AND DATA SOURCES
Common Data Model; Microsoft Common Data Model
A common data model (CDM) can refer to any standardised data model which allows for data and information exchange between different applications and data sources. Common data models aim to standardise logical infrastructure so that related applications can "operate on and share the same data",What is a Common Data Model?
Data modeling         
(IN SOFTWARE ENGINEERING) PROCESS OF CREATING A DATA MODEL FOR AN INFORMATION SYSTEM BY APPLYING CERTAIN FORMAL TECHNIQUES
Data modelling; Data Modeling; Data Modelling; Datamodeling
Data modeling in software engineering is the process of creating a data model for an information system by applying certain formal techniques.
data modeling         
(IN SOFTWARE ENGINEERING) PROCESS OF CREATING A DATA MODEL FOR AN INFORMATION SYSTEM BY APPLYING CERTAIN FORMAL TECHNIQUES
Data modelling; Data Modeling; Data Modelling; Datamodeling
<spelling> US spelling of "data modelling". (2000-06-24)
data modelling         
(IN SOFTWARE ENGINEERING) PROCESS OF CREATING A DATA MODEL FOR AN INFORMATION SYSTEM BY APPLYING CERTAIN FORMAL TECHNIQUES
Data modelling; Data Modeling; Data Modelling; Datamodeling
Core architecture data model         
  • CADM Architecture Concepts Model.<ref name= "DoD07Db"/>
CADM; Core Architecture data model; Core architecture sata model; Core Architecture Data Model
Core architecture data model (CADM) in enterprise architecture is a logical data model of information used to describe and build architectures.Architecture Needed to Guide Modernization of DOD’s Financial Operations.
Seabed Survey Data Model         
User:Xujiacao/sandbox/Seabed Survey Data Model
The Seabed Survey Data Model (SSDM) is an industry-standard for how seabed survey data is stored and managed by oil and gas companies. The International Association of Oil & Gas Producers (IOGP) developed and published this standard in October 2011.
relational data model         
  • Relational model concepts.
DATABASE MODEL
Relational Model; Relational data model; Relational model of database management; Relational database model; Relational attribute
<database> (Or "relational model") A data model introduced by E.F. Codd in 1970, particularly well suited for business data management. In this model, data are organised in tables. The set of names of the columns is called the "schema" of the table. Here is an example table with the schema (account number, amount) and 3 lines. account number amount -------------- --------- 12343243546456 +30000.00 23149875245824 +2345.33 18479827492874 -123.25 The data can be manipulated using a relational algebra. SQL is a standard language for talking to a database built on the relational model (a "relational database"). ["A relational model for large shared data banks" Communications of ACM 13:6, pp 377-387]. (1998-10-05)

Википедия

Data model

A data model is an abstract model that organizes elements of data and standardizes how they relate to one another and to the properties of real-world entities. For instance, a data model may specify that the data element representing a car be composed of a number of other elements which, in turn, represent the color and size of the car and define its owner.

The term data model can refer to two distinct but closely related concepts. Sometimes it refers to an abstract formalization of the objects and relationships found in a particular application domain: for example the customers, products, and orders found in a manufacturing organization. At other times it refers to the set of concepts used in defining such formalizations: for example concepts such as entities, attributes, relations, or tables. So the "data model" of a banking application may be defined using the entity–relationship "data model". This article uses the term in both senses.

A data model explicitly determines the structure of data. Data models are typically specified by a data specialist, data librarian, or a digital humanities scholar in a data modeling notation. These notations are often represented in graphical form.

A data model can sometimes be referred to as a data structure, especially in the context of programming languages. Data models are often complemented by function models, especially in the context of enterprise models.