Course Design of SQL SERVER in Secondary Vocational School

  本门课程通过对面向的学生的特点、行业需求的现状以及实施等方面的详细分析,结合软件人才培养模式的认知,按照软件专业总体定位要求,进行软件专业产品课程体系设计。本课程集应用软件知识和多领域的实践项目与一体,着重培养学生的熟练度、规范性、集成和项目能力,从而达到预定的培养目标。
	本章共包括9章:数据库基本概念、SQL SERVER 2014系统介绍、SQL语言、数据库的创建与管理、    操作数据表、SQL数据查询、维护SQL SERVER数据库、学生就业信息管理系统数据库、图书订购数据库管理系统。  		
	SQL    SERVER数据库基础课程的主要目的是,培养学生的熟练度、规范性、集成和项目能力,为学习后续专业课程以及进行软件开发打下坚实基础。并激发学生学习软件开发的兴趣。本课程教学的基本要求说明如下。

1. Understand the history of database technology development, SQL SERVER 2008 and management tools.
2. Master the SQL SERVER Management Studio management library, manage tables, and add constraints to tables.
3. Master the use of query analyzer to manage databases, manage tables, and use query analyzer to create and delete constraints.
4. Understand what data query is and how to use query.
5. Understand the meaning of multi-table query and master how to use multi-table query.
7. Understand the steps of database design.
8. Create views and use views to modify data.
Course Catalog
1. Basic Concepts of Database (1)
Introduction
to Database System Master the basic concepts
of database Understanding the development history
of database technology Master the basic operations and configuration of SQL Server 2014 and management tools
2. Basic concepts of database (2)
Understanding the history
of database technology Master SQL Server 2014 installation
3. SQL SERVER 2014 system introduces
the basic concepts of
SQL SERVER SQL SERVER security
database
4. SQL language
What is SQL language?
The characteristics of SQL language?
The composition and functions of the SQL language
SQL SERVER data type
5, database creation and management
to create a database
to modify the database
delete database
6. Operating data table
 Data table basics
Create data table
Modify data table
Delete data table
7. Manage data
Add data in graphical interface
Use INSERT statement to add data
Use graphical interface to modify data
Use UPDATE statement to modify data
Use graphical interface to delete data
Use DELETE statement to delete Data
8. Constraint
Non-empty constraint
Primary key constraint
Unique constraint
9. Constraint
Check constraint
Default constraint
Relation creation and maintenance
10. SQL data query
SQL simple query
AS usage
TOP usage
INTO usage
11. SQL data query
SQL simple condition query
relationship Operator usage
Logical operator usage
LIKE keyword usage
BETWEEN keyword usage
IS (NOT) NULL keyword usage
IN keyword usage
12. SQL data query
ORDER BY clause usage
Common functions
13, SQL data Query
the usage of GROUP BY clause
Usage of HAVING clause
Multi-table join query
14, maintain SQL SERVER database,
separate and attach database,
import/export data,
backup and restore database
15, student employment information management system database
16, book order database management system
work plan,
this course design plan 15 Completed in one working day, there are nine chapters in total, and the corresponding work content is arranged every day. See the burndown chart for the detailed plan.
Insert picture description here

Guess you like

Origin blog.csdn.net/lhwanglei/article/details/108144292