К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
SQL Fundamentals for Data Analysts · LearnSpace
Назад в каталог
courseraБизнес

SQL Fundamentals for Data Analysts

Курс от Corporate Finance Institute
Начальный≈ 5.2 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

Focus on the skills you need to get started with SQL as a data analyst, allowing you to read & transform data and gather insights from a company database. • Learn the basic SQL syntax that will help you access a whole new world of data. • Focus on the read-only functionality that matters for a data analyst, and get to insights quickly. • Perform the basics of data sorting, filtering, and aggregation in SQL to start uncovering valuable insights • Solidify your understanding through real-world scenarios, applying your newfound SQL skills in a variety of practical exercises

Навыки, которые вы освоите

Query LanguagesData ManipulationSQLRelational DatabasesDatabasesData TransformationData AccessBusiness IntelligenceData WarehousingData Analysis

Программа курса

7 модулей · 128 учебных материалов

01Getting Started2 материалов
Course OverviewВидеоDownload Learner FilesЧтение
02Basic SQL Queries31 материалов

Basic SQL Queries

IntroductionВидеоInstallation and Introduction to Azure Data Studio

Учитесь у экспертов

CFI (Corporate Finance Institute)

Преподаватель курса

SQL Fundamentals for Data Analysts
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 5.2 ч

7 модулей

Язык: Английский

Субтитры: Арабский, Французский, Итальянский, Бразильский португальский, Корейский, Немецкий, Пушту, Азербайджанский, Испанский, Дари, Японский, Казахский

Часть программы вашего университета
Видео
Creating a Connection to a DatabaseВидео
What is Adventure Works?Видео
Example SQL CodeВидео
Saving Your Queries in NotepadВидео
SELECT and FROMВидео
SELECT Specific ColumnsВидео
Creating a Column AliasВидео
Using WHERE to Filter RowsВидео
Checking the Impact of a WHERE FilterВидео
Limiting Results to 1 Invoice Number for TestingВидео
Using GROUP BY to Combine RowsВидео
Using GROUP BY to Combine Invoice NumbersВидео
Using HAVING to Filter Grouped RowsВидео
Filtering Grouped Invoices with HAVINGВидео
SQL Order of OperationsВидео
Using ORDER BY to Sort Query RowsВидео
Recap and Common ErrorsВидео
Filtering Rows TOP NВидео
Filtering Rows TOP N PercentВидео
Filtering Rows OFFSET FETCHВидео
Filtering Rows DISTINCTВидео
ORDER BY Another ColumnВидео
ORDER BY Another ColumnВидео

Week 1 Challenge

Exercise 1aВидеоExercise 1a ReviewВидеоExercise 1bВидеоExercise 1b ReviewВидеоExercise 1cВидеоExercise 1c ReviewВидео
03Manipulating Values with Functions40 материалов

Manipulating Values with Functions

IntroductionВидеоRecap of Aggregate FunctionsВидеоCounting Rows with COUNT( ) AggregationВидеоHow Aggregate Functions Respond to NULL ValuesВидеоThe Importance of Data TypesВидеоNumeric Data TypesВидеоNumeric FunctionsВидеоWhere is the Boolean Data TypeВидеоDate and Time Data TypesВидеоDate PartsВидеоDate and Time FunctionsВидеоDate and Time Functions in PracticeВидеоThe DATEADD FunctionВидеоWorking with Specific DatesВидеоServer Properties CollationВидеоText or String Data TypesВидеоString FunctionsВидеоThe CONCAT String FunctionВидеоLEN UPPER LOWER REPLACE String functionsВидеоFlexible LEFT and RIGHT FunctionsВидеоComparison OperatorsВидеоComparison Operators - Dealing with NULLВидеоLogical OperatorsВидеоLogical Operators - Common ErrorsВидеоAdvanced Logical Operators - IN and BETWEENВидеоIN and BETWEEN in PracticeВидеоAdvanced Logical Operators - LIKEВидеоLIKE in PracticeВидеоUsing IIF Statements to Create a Conditional ColumnВидеоUsing a CASE Statement for Multiple ConditionsВидеоBasic SQL FormattingВидеоUsing IIF in a WHERE StatementВидеоReplacing NULL Using IIF, ISNULL and COALESCEВидеоUsing CAST to Change the Data TypeВидеоPractical Examples Using CASTВидеоUsing a NATIONAL for UNICODE Best PracticeВидео

Week 2 Challenge

Exercise 2aВидеоExercise 2a ReviewВидеоExercise 2bВидеоExercise 2b ReviewВидео
04SQL Theory12 материалов

SQL Theory

IntroductionВидеоA History of SQLВидеоSQL TerminologyВидеоRDBMS Installation OptionsВидеоData SecurityВидеоTypes of Database SystemВидеоData Normalization in OLTP SystemsВидеоDe-normalization in DW SystemsВидеоFact and Dimension TablesВидеоRelationships & KeysВидеоThe Star SchemaВидеоSnowflake Hybrid SchemaВидео
05Working with Multiple Tables30 материалов

Working with Multiple Tables

IntroductionВидеоRelationships and ER DiagramsВидеоPurpose of DW RelationshipsВидеоInternet Sales SchemaВидеоTypes of JOINВидеоA Basic INNER JOIN Using Sales and CustomersВидеоReturning Only the TOP 100 CustomersВидеоOrder of Operations ReviewВидеоINNER JOIN the Currency TableВидеоHAVING or WHEREВидеоWhen INNER JOIN Doesn't WorkВидеоRIGHT JOIN to Retrieve Full Product CatalogueВидеоLEFT JOIN vs RIGHT JOINВидеоBridge Tables for Many-to-many RelationshipsВидеоCreating JOINS Across Bridge TablesВидеоCaution with Duplicate DataВидеоReading SQL CodeВидеоAppending Data with a UNIONВидеоExploring the Reseller SchemaВидеоCreating a UNION between Internet and Reseller SalesВидеоIdentifying the Source of Each UNION RowВидеоUsing ORDER BY with a UNIONВидеоOther Types of JOINВидеоCreating a ViewВидеоQuerying a ViewВидеоCreating Dynamic Results Using SubqueriesВидео

Week 3 Challenge

Exercise 4aВидеоExercise 4a ReviewВидеоExercise 4bВидеоExercise 4b ReviewВидео
06Advanced Functions and Queries12 материалов

Advanced Functions and Queries

IntroductionВидеоConnecting to SQL Server from ExcelВидеоConnecting to SQL Server from Power BIВидеоConnecting to SQL from TableauВидеоUsing CUBE to Return Subtotals and TotalsВидеоUsing ROLLUP to Return Subtotals and TotalsВидеоCommon Scenario Percent of totalВидеоIntroducing the Finance SchemaВидео

Week 4 Challenge

Exercise 5aВидеоExercise 5a ReviewВидеоExercise 5bВидеоExercise 5b ReviewВидео
07Qualified Assessment1 материалов
Final AssessmentЗадание