博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
资料模型
阅读量:2503 次
发布时间:2019-05-11

本文共 1592 字,大约阅读时间需要 5 分钟。

Data Models define how we give a structure to data, and how data is connected to other data.

数据模型定义了我们如何为数据提供结构,以及如何将数据连接到其他数据。

We have many different kinds of data models. They all can be grouped under 2 main umbrellas: conceptual models and logic models.

我们有许多不同类型的数据模型。 它们都可以归为两个主要类别: 概念模型逻辑模型

The most known conceptual model is the Model, also called ER. It’s the best way to organize data at first, when you are in the design phase, because it’s the model that’s nearest how we think, and it’s not linked to any specific implementation.

最著名的概念模型是模型,也称为ER。 当您处于设计阶段时,这是最好的组织数据的最佳方法,因为它是我们认为最接近的模型,并且未链接到任何特定的实现。

Logic models on the other hand are closer to the implementation.

另一方面,逻辑模型更接近于实现

Logic models include (among many others):

逻辑模型包括(其中包括):

  • The

  • The Hierarchical Model

    层次模型

  • The Reticular model

    网状模型

  • The Object model

    对象模型

You can see the name already gives us a hint of how those models are implemented: tables for the relational model, trees of the hierarchical model, graphs for the reticular model, objects for the object model.

您可以看到该名称已经为我们提供了有关如何实现这些模型的提示:关系模型的表,层次模型的树,网状模型的图形,对象模型的对象。

The is the logic model that we’ll soon see in more details, as it’s the base of the popular relational databases, including PostgreSQL, MySQL, SQLite and SQL Server.

是逻辑模型,我们很快将对其进行详细介绍,因为它是流行的关系数据库(包括PostgreSQL,MySQL,SQLite和SQL Server)的基础。

Conceptual models and logic models are two different tools. Using one does not exclude the other. We could start with a conceptual model and then use a logic model to implement it.

概念模型和逻辑模型是两种不同的工具。 使用一个并不排除另一个。 我们可以从概念模型开始,然后使用逻辑模型来实现它。

翻译自:

转载地址:http://faqgb.baihongyu.com/

你可能感兴趣的文章
非专业码农 JAVA学习笔记 用户图形界面设计与实现-所有控件的监听事件
查看>>
获取用户ip接口
查看>>
Django部署
查看>>
我与小娜(02):乘坐超速高铁,穿越时空60年
查看>>
H5取经之路——添加hover实现特定效果
查看>>
ultraiso:usb-hdd+ v2
查看>>
WINDOWS symbols
查看>>
SQL Server 2008 镜像的监控 - Joe.TJ -
查看>>
SQL Server DBA 文章:116篇 --DBA_Huangzj
查看>>
数据库Mysql性能优化
查看>>
程序猿是如何解决SQLServer占CPU100%的--马非码
查看>>
Shell之sed用法 转滴
查看>>
百度ueditor 拖文件或world 里面复制粘贴图片到编辑中 上传到第三方问题
查看>>
python基础之函数参数、嵌套、返回值、对象、命名空间和作用域
查看>>
公式推导【ASRCF//CVPR2019】
查看>>
Python(4)_Python中的数据类型
查看>>
HTTP 响应头信息
查看>>
cocos2dx中的层CCLayer
查看>>
Windows XP硬盘安装Ubuntu 12.04双系统图文详解
查看>>
【资料】哈代&拉马努金相关,悼文,哈佛演讲,及各种杂七杂八资料整理
查看>>