|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-how-to-query-databases-with-sql/
课程评论:没有评论
**课程名称:** 使用 SQL 进行数据提取入门 **课程概述:** 本入门课程旨在帮助您掌握使用 SQL 查询和检索数据库数据的基本技能。您将学习如何过滤和排序数据、自定义输出,以及如何查询聚合数据。课程将重点讲解 ANSI SQL,该标准适用于 Oracle、MySQL、Microsoft SQL Server、PostgreSQL 等所有数据库。SQL 已成为大多数数据库相关职位的必备技能,包括数据库管理员 (DBA)、数据分析师、商业智能 (BI) 开发人员、程序员和数据库程序员。SQL 使您能够与数据库进行沟通并处理数据。 **您将学到:** * 编写 SQL SELECT 语句 * 使用 DISTINCT 消除重复行 * 限制和排序数据(WHERE 子句、通配符 IN、LIKE) * 使用各种 SQL 运算符分析数据 * 使用 ORDER BY 子句对数据进行排序 * 使用 LIMIT 运算符 * 使用分组函数(AVG、COUNT、MIN、MAX 等)查询聚合数据 * 使用 GROUP BY 和 HAVING 子句 * 显示来自多个表的数据 * 使用子查询分析和过滤数据
This introductory beginners course will help you master the basics of using SQL to query and retrieve data from databases.You will learn how to filter & sort data, customize output, & how you can query aggregated data from a database.In this course, we will focus on ANSI(American National Standards Institute) SQL that works on every database like Oracle, MySQL, Microsoft SQL Server, PostgreSQL etc.SQL has become a requirement for most database related jobs that include: Database Administrator -DBA , Data analyst, BI (Business Intelligence) developer, programmer, database programmer. SQL will let you communicate with the database and work with your data. What You will learn include:Writing SQL SELECT StatementsEliminating duplicate rows using DISTINCTRestricting and Sorting DataWHERE clause, wildcard like IN, LIKEAnalysing data using various SQL OperatorsSorting data using ORDER BY clauseUsing LIMIT OperatorQuerying Aggregated Data Using the Group FunctionsAVG, COUNT, MIN, MAX...Using GROUP BY and HAVING ClausesDisplaying Data From Multiple TablesAnalysing data Using Subqueries Filtering data