|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/microsoft-sql-server-for-beginners/
课程评论:没有评论
**课程总结:Microsoft SQL Server 入门** 本课程是为初学者设计的,旨在教授 Microsoft SQL Server 的基本概念和操作。 **课程内容涵盖:** * **SQL Server 基础概念:** 介绍数据库和其结构。 * **数据库管理:** * 如何创建数据库 * 如何修改数据库 * 如何删除数据库 * 数据库删除的注意事项 * **表管理:** * 如何创建表 * 如何修改表 * 如何删除表 * **数据操作:** * 如何在表中插入数据 * 如何更新表中的数据 * 如何删除表中的数据 * TRUNCATE 和 DELETE 的区别 * **数据检索:** * SELECT 语句的基本用法 * **数据过滤与排序:** * 使用 WHERE 子句进行数据过滤 * 使用各种运算符进行 WHERE 子句过滤 * UNION 和 UNION ALL 操作符 * EXISTS 操作符 * 使用 ORDER BY 子句对数据进行排序 * SELECT TOP 子句 * DISTINCT 语句 * GROUP BY 子句 * HAVING 子句 通过本课程的学习,学员将能够熟练掌握 SQL Server 的基本增删改查以及数据检索和排序等核心功能。
In this course you will learn SQL server basic concepts.Microsoft SQL Server 2017 Installation Introduction to databases and its structure Database - How to create database - How to modify database - How to delete database - Database delete issues Tables - How to create table - How to modify table - How to delete table Data manipulation - How to insert data in tables - How to update data in tables - How to delete data in tables - Truncating data vs deleting Retrieving data - Select statement Filtering data retrieval - Filtering Data with the WHERE clause - Filtering Data with the WHERE clause using various Operators - UNION Operator and UNION ALL Operator - EXISTS Operator - Sorting Data with the ORDER BY Clause - SELECT TOP Clause - DISTINCT Statement - GROUP BY Statement - HAVING Clause