courses
SQL Server 입문
기초적인숙련도 수준
업데이트됨 2025. 3.SQLProgramming413 videos46 exercises3,850 XP160K+성과 증명서
수천 개의 회사에서 학습자들에게 사랑받는 제품입니다.
2명 이상을 교육하시나요?
DataCamp for Business 사용해 보세요강좌 설명
이 강의에서는 다음을 다룹니다:
✓ 데이터를 조회하기 위한 SELECT 문 사용법
✓ SQL Server 집계 함수 사용법
✓ 텍스트 필드 다루는 방법
✓ 여러 소스에서 데이터 가져오기
✓ SQL Server에서 데이터 작업의 핵심 요소 전반
새로운 개념이나 함수를 배울 때마다 직접 확인하고 자신감을 쌓을 수 있는 연습이 제공돼요. 디지털 미디어 데이터베이스로 다양한 아티스트와 트랙의 판매를 살펴보고, Eurovision 데이터셋과 미국 정전 추세를 분석하며 다양한 데이터 유형과 시나리오를 경험하게 됩니다.
필수 조건
이 강좌에는 선수 과목이 없습니다.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.