Courses
Introduction to SQL Server
基本的技能水平
更新 2025年3月SQLProgramming4小时13 videos46 Exercises3,850 XP160K+成就声明
深受数千家公司学员的喜爱
培训2人或以上?
试试DataCamp for Business课程描述
This course covers:
✓ How to use SELECT statements to retrieve data
✓ How to use SQL Server aggregate functions
✓ How to manipulate text fields
✓ How to retrieve data from multiple sources
✓ All of the key aspects of working with data in SQL Server
Each time you're introduced to a new concept or function, you'll have the opportunity to test your knowledge and build your confidence. You'll work with a digital media database to review the sales of various artists and tracks, Eurovision datasets, and review trends in US power outages to explore a number of different data types and scenarios.
先决条件
本课程没有先修课程要求。1
SELECTion Box
Hit the ground running by learning the basics of SELECT statements to retrieve data from one or more columns.
You'll also learn how to apply filters to both numeric and text data, and sort the results.
2
Groups, strings, and counting things
Herein, you'll learn how to use important SQL Server aggregate functions such as SUM, COUNT, MIN, MAX, and AVG. Following that, you'll learn how to manipulate text fields. To round out the chapter, you'll power up your queries using GROUP BY and HAVING, which will enable you to perform more meaningful aggregations.
3
Joining tables
This chapter covers the basics of joining tables, using INNER, LEFT, and RIGHT joins, so that you can confidently retrieve data from multiple sources.
4
You've got the power
In this final chapter, you'll get really hands on! You've worked with existing tables, but in this chapter, you'll get to CREATE and INSERT data into them. You'll also UPDATE existing records and practice DELETE statements in a safe environment. This chapter ensures the course gives you a thorough introduction to the key aspects of working with data in SQL Server.