天天看点

《数据库基础及实践技术——SQL Server 2008》一导读

《数据库基础及实践技术——SQL Server 2008》一导读

数据库技术起源于20世纪60年代末,经过几十年的迅速发展,目前已经建立起一套较完整的理论体系,产生了一大批商用软件产品。随着数据库技术应用领域的不断扩大,对数据库的应用已深入到国民经济和社会生活的各个方面。因此,作为当代的大学生,学习和掌握数据库知识都是非常必要的。

<a href="https://yq.aliyun.com/articles/174185">第1章 关系数据库基础</a>

<a href="https://yq.aliyun.com/articles/174186">1.1 数据管理的发展</a>

1.1.1 文件管理系统

1.1.2 数据库管理系统

<a href="https://yq.aliyun.com/articles/174192">1.2 数据库系统与数据库管理系统</a>

1.2.1 数据库系统的组成

1.2.2 数据库管理系统的功能

<a href="https://yq.aliyun.com/articles/174200">1.3 数据和数据模型</a>

1.3.1 数据和数据模型概述

1.3.2 数据模型三要素

1.3.3 概念层数据模型

1.3.4 组织层数据模型

1.3.5 e-r模型向关系模型的转换

<a href="https://yq.aliyun.com/articles/174204">1.4 数据库系统的结构</a>

1.4.1 三级模式结构

1.4.2 两级模式映像功能与数据独立性

<a href="https://yq.aliyun.com/articles/174209">1.5 关系数据库规范化理论</a>

1.5.1 函数依赖

1.5.2 关系规范化

<a href="https://yq.aliyun.com/articles/174212">1.6 数据库应用结构</a>

1.6.1 集中式结构

1.6.2 文件服务器结构

1.6.3 客户端/服务器结构

1.6.4 互联网应用结构

<a href="https://yq.aliyun.com/articles/174219">小结</a>

<a href="https://yq.aliyun.com/articles/174221">习题</a>

<a href="https://yq.aliyun.com/articles/174224">第2章 sql server 2008基础</a>

<a href="https://yq.aliyun.com/articles/174231">2.1 sql server 2008的版本和组件</a>

2.1.1 sql server 2008的版本

2.1.2 sql server 2008的组件

2.1.3 sql server 2008各版本支持的功能

2.1.4 安装sql server 2008需要的软、硬件环境

2.1.5 实例

<a href="https://yq.aliyun.com/articles/174237">2.2 安装sql server 2008</a>

<a href="https://yq.aliyun.com/articles/174240">2.3 配置sql server 2008</a>

<a href="https://yq.aliyun.com/articles/174243">2.4 卸载sql server 2008</a>

<a href="https://yq.aliyun.com/articles/174249">2.5 sql server management studio工具</a>

2.5.1 连接到数据库服务器

2.5.2 查询编辑器

2.5.3 ssms的常用选项

<a href="https://yq.aliyun.com/articles/174253">小结</a>

<a href="https://yq.aliyun.com/articles/174254">习题</a>

上机练习

<a href="https://yq.aliyun.com/articles/174255">第3章 数据库的创建与管理</a>

<a href="https://yq.aliyun.com/articles/174292">3.1 sql server数据库概述</a>

3.1.1 系统数据库

3.1.2 数据库的组成

3.1.3 数据库文件组

3.1.4 数据库文件的属性

<a href="https://yq.aliyun.com/articles/174307">3.2 创建数据库</a>

3.2.1 用图形化方法创建数据库

3.2.2 用t-sql语句创建数据库

<a href="https://yq.aliyun.com/articles/174313">3.3 查看和设置数据库选项</a>

<a href="https://yq.aliyun.com/articles/174335">3.4 修改数据库</a>

3.4.1 扩大数据库空间

3.4.2 收缩数据库空间

3.4.3 添加和删除数据库文件

3.4.4 创建和更改文件组

<a href="https://yq.aliyun.com/articles/174343">3.5 删除数据库</a>

<a href="https://yq.aliyun.com/articles/174355">3.6 分离和附加数据库</a>

3.6.1 分离数据库

3.6.2 附加数据库

<a href="https://yq.aliyun.com/articles/174372">3.7 复制数据库</a>

<a href="https://yq.aliyun.com/articles/174377">小结</a>

<a href="https://yq.aliyun.com/articles/174383">习题</a>

第4章 sql基础

4.1 sql概述

4.1.1 sql的发展

4.1.2 sql特点

4.1.3 sql功能概述

4.2 系统提供的数据类型

4.2.1 数值数据类型

4.2.2 字符串类型

4.2.3 日期和时间数据类型

4.2.4 货币类型

4.3 用户定义数据类型

4.3.1 创建用户定义数据类型

4.3.2 删除用户定义数据类型

4.4 t-sql基础知识

4.4.1 语句批

4.4.2 脚本

4.4.3 注释

4.5 变量

4.5.1 变量的种类

4.5.2 变量的声明与赋值

4.6 流程控制语句

小结

习题