Presentation is loading. Please wait.

Presentation is loading. Please wait.

数据库系统概论 第一章 绪论 An Introduction to Database Systems

Similar presentations


Presentation on theme: "数据库系统概论 第一章 绪论 An Introduction to Database Systems"— Presentation transcript:

1 数据库系统概论 第一章 绪论 An Introduction to Database Systems
第一章 绪论 An Introduction to Database Systems

2 An Introduction to Database Systems
数据库的地位 数据库技术产生于六十年代末,是数据管理的最新技术,是计算机科学的重要分支。 数据库技术是信息系统的核心和基础,它的出现极大地促进了计算机应用向各行各业的渗透。 数据库的建设规模、数据库信息量的大小和使用频度已成为衡量一个国家信息化程度的重要标志。 An Introduction to Database Systems

3 An Introduction to Database Systems
第一章 绪论 1.1 数据库系统概述 1.1.1 四个基本概念 1.1.2 数据管理技术的产生和发展 数据库系统的特点 An Introduction to Database Systems

4 An Introduction to Database Systems
四个基本概念 数据(Data) 数据库(Database) 数据库管理系统(DBMS) 数据库系统(DBS) An Introduction to Database Systems

5 An Introduction to Database Systems
一、数据 数据(Data)是数据库中存储的基本对象 数据的定义 描述事物的符号记录 数据的种类 文本、图形、图像、音频、视频、学生的档案记录、货物的运输情况等 数据的特点 数据与其语义是不可分的 An Introduction to Database Systems

6 An Introduction to Database Systems
数据举例 数据的含义称为数据的语义,数据与其语义是不可分的。 例如 93是一个数据 语义1:学生某门课的成绩 语义2:某人的体重 语义3:计算机系2003级学生人数 语义4:请同学给出。。。 An Introduction to Database Systems

7 An Introduction to Database Systems
数据举例 学生档案中的学生记录 (李明,男,197205,江苏南京市,计算机系,1990) 语义:学生姓名、性别、出生年月、籍贯、所在院系、 入学时间 解释:李明是个大学生,1972年5月出生,江苏南京市人,1990年考入计算机系 请给出另一个解释和语义 An Introduction to Database Systems

8 An Introduction to Database Systems
二、数据库 数据库的定义 数据库(Database,简称DB)是长期储存在计算机内、有组织的、可共享的大量数据的集合。 数据库的基本特征 数据按一定的数据模型组织、描述和储存 可为各种用户共享 冗余度较小 数据独立性较高 易扩展 An Introduction to Database Systems

9 An Introduction to Database Systems
三、数据库管理系统 什么是DBMS 位于用户与操作系统之间的一层数据管理软件。 是基础软件,是一个大型复杂的软件系统 DBMS的用途 科学地组织和存储数据、高效地获取和维护数据 An Introduction to Database Systems

10 An Introduction to Database Systems
数据库在计算机系统中的位置 协同软件 办公软件 软件产品 应用软件平台 中间件 应用服务器 软件基础构架平台 基础软件平台 数据库系统 操作系统 硬件平台 An Introduction to Database Systems

11 An Introduction to Database Systems
DBMS的主要功能 数据定义功能 提供数据定义语言(DDL) 定义数据库中的数据对象 数据组织、存储和管理 分类组织、存储和管理各种数据 确定组织数据的文件结构和存取方式 实现数据之间的联系 提供多种存取方法提高存取效率 An Introduction to Database Systems

12 An Introduction to Database Systems
DBMS的主要功能 数据操纵功能 提供数据操纵语言(DML) 实现对数据库的基本操作 (查询、插入、删除和修改) 数据库的事务管理和运行管理 数据库在建立、运行和维护时由DBMS统一管理和控制 保证数据的安全性、完整性、多用户对数据的并发使用 发生故障后的系统恢复 An Introduction to Database Systems

13 An Introduction to Database Systems
DBMS的主要功能 数据库的建立和维护功能(实用程序) 数据库初始数据装载转换 数据库转储 介质故障恢复 数据库的重组织 性能监视分析等 其它功能 DBMS与网络中其它软件系统的通信 两个DBMS系统的数据转换 异构数据库之间的互访和互操作 An Introduction to Database Systems

14 An Introduction to Database Systems
四、数据库系统 什么是数据库系统(Database System,简称DBS) 在计算机系统中引入数据库后的系统构成 数据库系统的构成 数据库 数据库管理系统(及其开发工具) 应用系统 数据库管理员 An Introduction to Database Systems

15 An Introduction to Database Systems
用户 用户 用户 应用系统 应用开发工具 数据库管理系统 数据库管理员 操作系统 数据库 数据库系统 An Introduction to Database Systems

16 An Introduction to Database Systems
1.1 数据库系统概述 1.1.1 四个基本概念 1.1.2 数据管理技术的产生和发展 数据库系统的特点 An Introduction to Database Systems

17 An Introduction to Database Systems
数据管理技术的产生和发展 什么是数据管理 对数据进行分类、组织、编码、存储、检索和维护 数据处理的中心问题 数据管理技术的发展过程 人工管理阶段(20世纪40年代中--50年代中) 文件系统阶段(20世纪50年代末--60年代中) 数据库系统阶段(20世纪60年代末--现在) An Introduction to Database Systems

18 An Introduction to Database Systems
一、人工管理阶段 时期 20世纪40年代中--50年代中 产生的背景 应用需求 科学计算 硬件水平 无直接存取存储设备 软件水平 没有操作系统 处理方式 批处理 An Introduction to Database Systems

19 应用程序与数据的对应关系(人工管理阶段)
应用程序1 数据集1 应用程序2 数据集2 应用程序n 数据集n ...… 人工管理阶段应用程序与数据之间的对应关系 An Introduction to Database Systems

20 An Introduction to Database Systems
二、文件系统阶段 时期 20世纪50年代末--60年代中 产生的背景 应用需求 科学计算、管理 硬件水平 磁盘、磁鼓 软件水平 有文件系统 处理方式 联机实时处理、批处理 An Introduction to Database Systems

21 应用程序与数据的对应关系(文件系统阶段)
应用程序1 文件1 应用程序2 文件2 应用程序n 文件n 存取方法 ...… 文件系统阶段应用程序与数据之间的对应关系 An Introduction to Database Systems

22 An Introduction to Database Systems
文件系统中数据的结构 记录内有结构。 数据的结构是靠程序定义和解释的。 数据只能是定长的。 可以间接实现数据变长要求,但访问相应数据的应用程序复杂了。 文件间是独立的,因此数据整体无结构。 可以间接实现数据整体的有结构,但必须在应用程序中对描述数据间的联系。 数据的最小存取单位是记录。 An Introduction to Database Systems

23 An Introduction to Database Systems
三、数据库系统阶段 时期 20世纪60年代末以来 产生的背景 应用背景 大规模管理 硬件背景 大容量磁盘、磁盘阵列 软件背景 有数据库管理系统 处理方式 联机实时处理,分布处理,批处理 An Introduction to Database Systems

24 An Introduction to Database Systems
1.1 数据库系统概述 1.1.1 四个基本概念 1.1.2 数据管理技术的产生和发展 数据库系统的特点 An Introduction to Database Systems

25 An Introduction to Database Systems
数据库系统的特点 数据结构化 数据的共享性高,冗余度低,易扩充 数据独立性高 数据由DBMS统一管理和控制 An Introduction to Database Systems

26 An Introduction to Database Systems
数据结构化 整体数据的结构化是数据库的主要特征之一 整体结构化 不再仅仅针对某一个应用,而是面向全组织 不仅数据内部结构化,整体是结构化的,数据之间具有联系 数据库中实现的是数据的真正结构化 数据的结构用数据模型描述,无需程序定义和解释 数据可以变长 数据的最小存取单位是数据项 An Introduction to Database Systems

27 An Introduction to Database Systems
数据的共享性高,冗余度低,易扩充 数据库系统从整体角度看待和描述数据,数据面向整个系统,可以被多个用户、多个应用共享使用。 数据共享的好处 减少数据冗余,节约存储空间 避免数据之间的不相容性与不一致性 使系统易于扩充 An Introduction to Database Systems

28 An Introduction to Database Systems
数据独立性高 物理独立性 指用户的应用程序与存储在磁盘上的数据库中数据是相互独立的。当数据的物理存储改变了,应用程序不用改变。 逻辑独立性 指用户的应用程序与数据库的逻辑结构是相互独立的。数据的逻辑结构改变了,用户程序也可以不变。 数据独立性是由DBMS的二级映像功能来保证的 An Introduction to Database Systems

29 An Introduction to Database Systems
数据由DBMS统一管理和控制 DBMS提供的数据控制功能 (1)数据的安全性(Security)保护 保护数据,以防止不合法的使用造成的数据的泄密和破坏。 (2)数据的完整性(Integrity)检查 将数据控制在有效的范围内,或保证数据之间满足一定的关系。 (3)并发(Concurrency)控制 对多用户的并发操作加以控制和协调,防止相互干扰而得到错误的结果。 (4)数据库恢复(Recovery) 将数据库从错误状态恢复到某一已知的正确状态。 An Introduction to Database Systems

30 An Introduction to Database Systems
应用程序与数据的对应关系(数据库系统) DBMS 应用程序1 应用程序2 数据库 数据库系统阶段应用程序与数据之间的对应关系 An Introduction to Database Systems

31 An Introduction to Database Systems
第一章 绪论 1.1 数据库系统概述 1.2 数据模型 1.3 数据库系统结构 1.4 数据库系统的组成 1.5 小结 An Introduction to Database Systems

32 An Introduction to Database Systems
1.2 数据模型 两大类数据模型 数据模型的组成要素 概念模型 最常用的数据模型 层次模型 网状模型 关系模型 An Introduction to Database Systems

33 An Introduction to Database Systems
数据模型 在数据库中用数据模型这个工具来抽象、表示和处理现实世界中的数据和信息。 通俗地讲数据模型就是现实世界的模拟。 数据模型应满足三方面要求 能比较真实地模拟现实世界 容易为人所理解 便于在计算机上实现 An Introduction to Database Systems

34 An Introduction to Database Systems
两大类数据模型 数据模型分为两类(分属两个不同的层次) (1) 概念模型 也称信息模型,它是按用户的观点来对数据和信息建模,用于数据库设计。 (2) 逻辑模型和物理模型 逻辑模型主要包括网状模型、层次模型、关系模型、面向对象模型等,按计算机系统的观点对数据建模,用于DBMS实现。 物理模型是对数据最底层的抽象,描述数据在系统内部的表示方式和存取方法,在磁盘或磁带上的存储方式和存取方法。 An Introduction to Database Systems

35 An Introduction to Database Systems
1.2 数据模型 两大类数据模型 数据模型的组成要素 概念模型 最常用的数据模型 层次模型 网状模型 关系模型 An Introduction to Database Systems

36 An Introduction to Database Systems
1.2.2 数据模型的组成要素 数据结构 数据操作 完整性约束条件 An Introduction to Database Systems

37 An Introduction to Database Systems
一、 数据结构 什么是数据结构 描述数据库的组成对象,以及对象之间的联系 描述的内容 与数据类型、内容、性质有关的对象 与数据之间联系有关的对象 数据结构是对系统静态特性的描述 An Introduction to Database Systems

38 An Introduction to Database Systems
二、数据操作 数据操作 对数据库中各种对象(型)的实例(值)允许执行的 操作及有关的操作规则 数据操作的类型 查询 更新(包括插入、删除、修改) An Introduction to Database Systems

39 An Introduction to Database Systems
数据操作(续) 数据模型对操作的定义 操作的确切含义 操作符号 操作规则(如优先级) 实现操作的语言 数据操作是对系统动态特性的描述 请举例说明 An Introduction to Database Systems

40 An Introduction to Database Systems
三、数据的完整性约束条件 数据的完整性约束条件 一组完整性规则的集合。 完整性规则:给定的数据模型中数据及其联系所具有的制约和储存规则 用以限定符合数据模型的数据库状态以及状态的变化,以保证数据的正确、有效、相容。 An Introduction to Database Systems

41 An Introduction to Database Systems
数据的完整性约束条件(续) 数据模型对完整性约束条件的定义 反映和规定本数据模型必须遵守的基本的通用的完整性约束条件。例如在关系模型中,任何关系必须满足实体完整性和参照完整性两个条件。 提供定义完整性约束条件的机制,以反映具体应用所涉及的数据必须遵守的特定的语义约束条件。 An Introduction to Database Systems

42 An Introduction to Database Systems
1.2 数据模型 两大类数据模型 数据模型的组成要素 概念模型 最常用的数据模型 层次模型 网状模型 关系模型 An Introduction to Database Systems

43 An Introduction to Database Systems
概念模型 信息世界中的基本概念 两个实体型之间的联系 两个以上实体型之间的联系 单个实体型内的联系 概念模型的一种表示方法 一个实例 An Introduction to Database Systems

44 An Introduction to Database Systems
概念模型 概念模型的用途 概念模型用于信息世界的建模 是现实世界到机器世界的一个中间层次 是数据库设计的有力工具 数据库设计人员和用户之间进行交流的语言 对概念模型的基本要求 较强的语义表达能力 能够方便、直接地表达应用中的各种语义知识 简单、清晰、易于用户理解 An Introduction to Database Systems

45 An Introduction to Database Systems
一、信息世界中的基本概念 (1) 实体(Entity) 客观存在并可相互区别的事物称为实体。 可以是具体的人、事、物或抽象的概念。 (2) 属性(Attribute) 实体所具有的某一特性称为属性。 一个实体可以由若干个属性来刻画。 (3) 码(Key) 唯一标识实体的属性集称为码。 An Introduction to Database Systems

46 An Introduction to Database Systems
信息世界中的基本概念(续) (4) 域(Domain) 属性的取值范围称为该属性的域。 (5) 实体型(Entity Type) 用实体名及其属性名集合来抽象和刻画同类实体称为实体型 (6) 实体集(Entity Set) 同一类型实体的集合称为实体集 An Introduction to Database Systems

47 An Introduction to Database Systems
二、两个实体型之间的联系 用图形来表示两个实体型之间的这三类联系 实体型A 联系名 实体型B 1 1:1联系 n 1:n联系 m m:n联系 An Introduction to Database Systems

48 An Introduction to Database Systems
三、两个以上实体型之间的联系 两个以上实体型之间一对多联系 若实体集E1,E2,...,En存在联系,对于实体集Ej(j=1,2,...,i-1,i+1,...,n)中的给定实体,最多只和Ei中的一个实体相联系,则我们说Ei与E1,E2,...,Ei-1,Ei+1,...,En之间的联系是一对多的 An Introduction to Database Systems

49 An Introduction to Database Systems
四、单个实体型内的联系 一对多联系 实例 职工实体型内部具有领导与被领导的联系 某一职工(干部)“领导”若干名职工 一个职工仅被另外一个职工直接领导 这是一对多的联系 一对一联系 请举例 职工 领导 1 n 单个实体型内部1:n联系 An Introduction to Database Systems

50 An Introduction to Database Systems
单个实体型内的联系 多对多联系 请举例 实体型1 联系名 m n 单个实体型内的m:n联系 An Introduction to Database Systems

51 An Introduction to Database Systems
五、 概念模型的一种表示方法 实体-联系方法(E-R方法) 用E-R图来描述现实世界的概念模型 E-R方法也称为E-R模型 An Introduction to Database Systems

52 An Introduction to Database Systems
E-R图 实体型 用矩形表示,矩形框内写明实体名。 属性 用椭圆形表示,并用无向边将其与相应的实体连接起来 学生 教师 学生 学号 年龄 性别 姓名 An Introduction to Database Systems

53 An Introduction to Database Systems
联系的表示方法 实体型A 联系名 实体型B 1 1:1联系 n 1:n联系 m m:n联系 An Introduction to Database Systems

54 An Introduction to Database Systems
联系的表示方法示例 班级 班级-班长 班长 1 1:1联系 课程 选修 学生 m n m:n联系 组成 1:n联系 An Introduction to Database Systems

55 An Introduction to Database Systems
联系的属性 联系的属性: 联系本身也是一种实体型,也 可以有属性。如果一个联系具有属性,则这些属性也要用无向边与该联系连接起来 课程 选修 学生 m n 成绩 An Introduction to Database Systems

56 An Introduction to Database Systems
1.2 数据模型 两大类数据模型 数据模型的组成要素 概念模型 最常用的数据模型 层次模型 网状模型 关系模型 An Introduction to Database Systems

57 An Introduction to Database Systems
1.2.4 最常用的数据模型 非关系模型 层次模型(Hierarchical Model) 网状模型(Network Model) 关系模型(Relational Model) 面向对象模型(Object Oriented Model) 对象关系模型(Object Relational Model) An Introduction to Database Systems

58 An Introduction to Database Systems
1.2.5 层次模型 层次模型是数据库系统中最早出现的数据模型 层次数据库系统的典型代表是IBM公司的IMS(Information Management System)数据库管理系统 层次模型用树形结构来表示各类实体以及实体间的联系 An Introduction to Database Systems

59 An Introduction to Database Systems
一、 层次数据模型的数据结构 层次模型 满足下面两个条件的基本层次联系的集合为层次模型 1. 有且只有一个结点没有双亲结点,这个结点称为根结点 2. 根以外的其它结点有且只有一个双亲结点 层次模型中的几个术语 根结点,双亲结点,兄弟结点,叶结点 An Introduction to Database Systems

60 An Introduction to Database Systems
二、多对多联系在层次模型中的表示 多对多联系在层次模型中的表示 用层次模型间接表示多对多联系 方法 将多对多联系分解成一对多联系 分解方法 冗余结点法 虚拟结点法 An Introduction to Database Systems

61 An Introduction to Database Systems
三、层次模型的数据操纵与完整性约束 层次模型的数据操纵 查询 插入 删除 更新 An Introduction to Database Systems

62 An Introduction to Database Systems
四、层次数据模型的存储结构 邻接法 按照层次树前序遍历的顺序把所有记录值依次邻接存 放,即通过物理空间的位置相邻来实现层次顺序 An Introduction to Database Systems

63 An Introduction to Database Systems
五、层次模型的优缺点 优点 层次模型的数据结构比较简单清晰 查询效率高,性能优于关系模型,不低于网状模型 层次数据模型提供了良好的完整性支持 缺点 多对多联系表示不自然 对插入和删除操作的限制多,应用程序的编写比较复杂 查询子女结点必须通过双亲结点 由于结构严密,层次命令趋于程序化 An Introduction to Database Systems

64 An Introduction to Database Systems
1.2 数据模型 两大类数据模型 数据模型的组成要素 概念模型 最常用的数据模型 层次模型 网状模型 关系模型 An Introduction to Database Systems

65 An Introduction to Database Systems
1.2.6 网状模型 网状数据库系统采用网状模型作为数据的组织方式 典型代表是DBTG系统: 亦称CODASYL系统 70年代由DBTG提出的一个系统方案 奠定了数据库系统的基本概念、方法和技术 实际系统 Cullinet Software Inc.公司的 IDMS Univac公司的 DMS1100 Honeywell公司的IDS/2 HP公司的IMAGE An Introduction to Database Systems

66 An Introduction to Database Systems
1.网状数据模型的数据结构 网状模型 满足下面两个条件的基本层次联系的集合: 1. 允许一个以上的结点无双亲; 2. 一个结点可以有多于一个的双亲。 An Introduction to Database Systems

67 An Introduction to Database Systems
三、网状数据模型的存储结构 关键 实现记录之间的联系 常用方法 单向链接 双向链接 环状链接 向首链接 An Introduction to Database Systems

68 An Introduction to Database Systems
四、网状数据模型的优缺点 优点 能够更为直接地描述现实世界,如一个结点可以有多个双亲 具有良好的性能,存取效率较高 缺点 结构比较复杂,而且随着应用环境的扩大,数据库的结构就变得越来越复杂,不利于最终用户掌握 DDL、DML语言复杂,用户不容易使用 An Introduction to Database Systems

69 An Introduction to Database Systems
1.2 数据模型 两大类数据模型 数据模型的组成要素 概念模型 最常用的数据模型 层次模型 网状模型 关系模型 An Introduction to Database Systems

70 An Introduction to Database Systems
1.2.7 关系模型 关系数据库系统采用关系模型作为数据的组织方式 1970年美国IBM公司San Jose研究室的研究员E.F.Codd首次提出了数据库系统的关系模型 计算机厂商新推出的数据库管理系统几乎都支持关系模型 An Introduction to Database Systems

71 An Introduction to Database Systems
一、关系数据模型的数据结构 在用户观点下,关系模型中数据的逻辑结构是一张二维表,它由行和列组成。 属性 元组 学生登记表 学 号 姓 名 年 龄 性 别 系 名 年 级 王小明 19 社会学 2005 黄大鹏 20 商品学 张文斌 18 法律 An Introduction to Database Systems

72 An Introduction to Database Systems
二、关系数据模型的操纵与完整性约束 数据操作是集合操作,操作对象和操作结果都是关系 查询 插入 删除 更新 数据操作是集合操作,操作对象和操作结果都是关系,即若干元组的集合 存取路径对用户隐蔽,用户只要指出“干什么”,不必详细说明“怎么干” An Introduction to Database Systems

73 An Introduction to Database Systems
三、关系数据模型的存储结构 实体及实体间的联系都用表来表示 表以文件形式存储 有的DBMS一个表对应一个操作系统文件 有的DBMS自己设计文件结构 An Introduction to Database Systems

74 An Introduction to Database Systems
四、关系数据模型的优缺点 优点 建立在严格的数学概念的基础上 概念单一 实体和各类联系都用关系来表示 对数据的检索结果也是关系 关系模型的存取路径对用户透明 具有更高的数据独立性,更好的安全保密性 简化了程序员的工作和数据库开发建立的工作 An Introduction to Database Systems

75 An Introduction to Database Systems
1.3 数据库系统结构 从数据库管理系统角度看,数据库系统通常采用三级模式结构,是数据库系统内部的系统结构 从数据库最终用户角度看(数据库系统外部的体系结构) ,数据库系统的结构分为: 单用户结构 主从式结构 分布式结构 客户/服务器 浏览器/应用服务器/数据库服务器多层结构等 An Introduction to Database Systems

76 An Introduction to Database Systems
1.3.1 数据库系统模式的概念 “型” 和“值” 的概念 型(Type) 对某一类数据的结构和属性的说明 值(Value) 是型的一个具体赋值 例如 学生记录型: (学号,姓名,性别,系别,年龄,籍贯) 一个记录值: (900201,李明,男,计算机,22,江苏) An Introduction to Database Systems

77 An Introduction to Database Systems
数据库系统模式的概念(续) 模式(Schema) 数据库逻辑结构和特征的描述 是型的描述 反映的是数据的结构及其联系 模式是相对稳定的 实例(Instance) 模式的一个具体值 反映数据库某一时刻的状态 同一个模式可以有很多实例 实例随数据库中的数据的更新而变动 An Introduction to Database Systems

78 An Introduction to Database Systems
1.3.2 数据库系统的三级模式结构 模式(Schema) 外模式(External Schema) 内模式(Internal Schema) An Introduction to Database Systems

79 An Introduction to Database Systems
一、模式(Schema) 模式(也称逻辑模式) 数据库中全体数据的逻辑结构和特征的描述 所有用户的公共数据视图,综合了所有用户的需求 一个数据库只有一个模式 模式的地位:是数据库系统模式结构的中间层 与数据的物理存储细节和硬件环境无关 与具体的应用程序、开发工具及高级程序设计语言无关 An Introduction to Database Systems

80 二、外模式(External Schema)
外模式(也称子模式或用户模式) 数据库用户(包括应用程序员和最终用户)使用的局部数据的逻辑结构和特征的描述 数据库用户的数据视图,是与某一应用有关的数据的逻辑表示 An Introduction to Database Systems

81 三、内模式(Internal Schema)
内模式(也称存储模式) 是数据物理结构和存储方式的描述 是数据在数据库内部的表示方式 记录的存储方式(顺序存储,按照B树结构存储, 按hash方法存储) 索引的组织方式 数据是否压缩存储 数据是否加密 数据存储记录结构的规定 一个数据库只有一个内模式 An Introduction to Database Systems

82 An Introduction to Database Systems
1.3.3 数据库的二级映像功能与数据独立性 三级模式是对数据的三个抽象级别 二级映象在DBMS内部实现这三个抽象层次的联系和转换 外模式/模式映像 模式/内模式映像 An Introduction to Database Systems

83 An Introduction to Database Systems
一、外模式/模式映象 模式:描述的是数据的全局逻辑结构 外模式:描述的是数据的局部逻辑结构 同一个模式可以有任意多个外模式 每一个外模式,数据库系统都有一个外模式/模式映象,定义外模式与模式之间的对应关系 映象定义通常包含在各自外模式的描述中 An Introduction to Database Systems

84 An Introduction to Database Systems
二、模式/内模式映象 模式/内模式映象定义了数据全局逻辑结构与存储结构之间的对应关系。 例如,说明逻辑记录和字段在内部是如何表示的 数据库中模式/内模式映象是唯一的 该映象定义通常包含在模式描述中 An Introduction to Database Systems

85 An Introduction to Database Systems
1.4 数据库系统的组成 数据库 数据库管理系统(及其开发工具) 应用系统 数据库管理员 An Introduction to Database Systems


Download ppt "数据库系统概论 第一章 绪论 An Introduction to Database Systems"

Similar presentations


Ads by Google