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 第一章 绪论 An Introduction to Database Systems

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

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

4 An Introduction to Database Systems
数据库技术发展回顾 经历了三代演变 层次/网状系统、关系系统、新一代数据库系统 造就了三位图灵奖turing award得主 C.W.Bachman、E.F.Codd和James Gray 发展了一门计算机基础学科 以数据模型和DBMS核心技术为主,内容丰富、领域宽广 形成了一个巨大的软件产业 DBMS及其相关工具产品、应用解决方案 An Introduction to Database Systems

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

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

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

8 An Introduction to Database Systems
数据举例 数据的含义称为数据的语义,数据与其语义是不可分的。 例如 93是一个数据 语义1:学生某门课的成绩 语义2:某人的体重 语义3:信息管理与信息系统专业学生人数 An Introduction to Database Systems

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

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

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

12 An Introduction to Database Systems
数据库在计算机系统中的位置 B D S M 硬 件 An Introduction to Database Systems

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

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

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

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

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

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

19 An Introduction to Database Systems
数据管理技术的发展动力 应用需求的推动 计算机硬件的发展 计算机软件的发展 An Introduction to Database Systems

20 An Introduction to Database Systems
标志着数据库技术诞生的三个事件 1968年研制成功、1969年形成产品的美国IBM公司的数据库管理系统IMS(Information Management System)的问世,该系统支持的是层次数据模型。 美国数据系统语言协会CODASYL(Conference On DAta SYstem Language)下属的数据库任务组DBTG(DataBase Task Group)对数据库方法进行了系统的研究,在20世纪60年代末和70年代初发表了若干个报告(称为DBTG报告),该报告建立了数据库技术的很多概念、方法和技术。DBTG所提议的方法是基于网状数据模型的。 从1970年起,IBM的研究员E.F.Codd发表了一系列的论文,提出了数据库的关系模型,开创了数据库关系方法和关系数据理论的研究,为关系数据库的发展和理论研究奠定了基础。 An Introduction to Database Systems

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

22 An Introduction to Database Systems
特点 数据的管理者:用户(程序员),数据不保存 数据面向的对象:某一应用程序 数据的共享程度:无共享、冗余度极大 数据的独立性:不独立,完全依赖于程序 数据的结构化:无结构 数据控制能力:应用程序自己控制 An Introduction to Database Systems

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

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

25 An Introduction to Database Systems
特点 数据的管理者:文件系统,数据可长期保存 数据面向的对象:某一应用程序 数据的共享程度:共享性差、冗余度大 数据的结构化:记录内有结构,整体无结构 数据的独立性:独立性差,数据的逻辑结构改变必须 修改应用程序 数据控制能力:应用程序自己控制 数据独立性差: 1。靠程序定义和解释数据的结构 2。靠程序描述数据间的联系 An Introduction to Database Systems

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

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

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

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

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

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

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

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

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


Download ppt "An Introduction to Database Systems"

Similar presentations


Ads by Google