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

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

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

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
The Ultimate T-SQL And Microsoft SQL Server Bootcamp · LearnSpace
Назад в каталог
courseraIT и технологии

The Ultimate T-SQL And Microsoft SQL Server Bootcamp

Курс от Packt
Средний≈ 14.6 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

Updated in May 2025. This course now features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. Master the power of Microsoft SQL Server and T-SQL in this comprehensive bootcamp. You'll start with the fundamentals of SQL and relational databases, learning key concepts such as database setup, environment configuration, and the significance of SQL in data management. By the end of the introductory modules, you’ll have a strong grasp of SQL’s role in modern data-driven applications. As you progress, you'll gain hands-on experience in writing SQL queries, filtering and sorting data, and combining multiple tables using JOINs. You'll explore advanced query techniques such as subqueries, window functions, and aggregate operations. Additionally, you’ll learn to insert, update, and delete data while maintaining database integrity and performance. The course also covers T-SQL routines, including stored procedures, triggers, and cursors, as well as transaction management and concurrency control. You'll get practical insights into SQL Server management tools like SQL Management Studio and Azure Data Studio, ensuring you're well-equipped for real-world database administration. Whether you're a beginner looking to start a career in database management, a developer aiming to improve your SQL skills, or a data analyst seeking to enhance data retrieval efficiency, this course provides a structured learning path. No prior SQL experience is necessary, making it accessible for beginners, but some familiarity with databases will be helpful.

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

Microsoft SQL ServersTransact-SQLSQLData ManipulationDatabase ManagementData IntegrityStored ProcedureTransaction ProcessingDatabase AdministrationDatabase DevelopmentData AnalysisRelational DatabasesQuery LanguagesDatabase Architecture and AdministrationDatabase Software

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

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

01Introduction2 материалов

Introduction

IntroductionВидеоFull Course ResourcesЧтение
02Essential Questions6 материалов

Essential Questions

What Is Microsoft SQL Server?Видео

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

Packt - Course Instructors

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

The Ultimate T-SQL And Microsoft SQL Server Bootcamp
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 14.6 ч

14 модулей

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

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

Часть программы вашего университета
What Is SQL?Видео
Why Learn SQL?Видео
What Alternatives Are There?Видео
Introduction to SQL Server and SQL StatementsDIALOGUE
Essential Questions - AssessmentЗадание
03Environment Setup6 материалов

Environment Setup

Install SQL Server - WindowsВидеоInstall SQL Server (Docker) - Mac / LinuxВидеоSQL Management StudioВидеоInstall Azure Data StudioВидеоInstalling and Managing SQL Server with DockerDIALOGUEEnvironment Setup - AssessmentЗадание
04Database Setup5 материалов

Database Setup

Section OverviewВидеоSet Up AdventureWorks DatabaseВидеоExplore Database StructureВидеоSetting Up and Restoring the AdventureWorks DatabaseDIALOGUEDatabase Setup - AssessmentЗадание
05Introduction to Data Definition Language9 материалов

Introduction to Data Definition Language

Create Database with SQL CommandsВидеоDrop Database with SQL CommandsВидеоCreate and Drop Tables with SQL CommandsВидеоAlter Tables and Add RelationshipsВидеоUnique and Default ConstraintsВидеоDrop Columns and ConstraintsВидеоClean UpВидеоCreating and Dropping SQL Databases and TablesDIALOGUEIntroduction to Data Definition Language - AssessmentЗадание
06Reading Data15 материалов

Reading Data

Getting Started: SELECT QueriesВидеоFiltering and Sorting DataВидеоFiltering with Wild CardsВидеоAliasing ColumnsВидеоCombine Multiple Tables with JOINs (Part 1)ВидеоCombine Multiple Tables with JOINs (Part 2)ВидеоCombine Multiple Tables with JOINs (Part 3)ВидеоUNION and UNION ALLВидеоDistinct Versus Group ByВидеоAggregate Functions - Part 1ВидеоAggregate Functions - Part 2ВидеоString ManipulationВидеоExport Data as Excel ReportВидеоUnderstanding SELECT and CRUD OperationsDIALOGUEReading Data - AssessmentЗадание
07More Read Query Concepts9 материалов

More Read Query Concepts

Using SubqueriesВидеоUsing Common Table ExpressionsВидеоWindow FunctionsВидеоDemo: Aggregate Window FunctionsВидеоDemo: Ranking Window FunctionsВидеоDemo: Window Value FunctionsВидеоISNULL and COALESCEВидеоUnderstanding SQL Subqueries and JoinsDIALOGUEMore Read Query Concepts - AssessmentЗадание
08Inserting Data7 материалов

Inserting Data

Full INSERTВидеоPartial INSERTВидеоInserting Related DataВидеоSelect IntoВидеоReview Full ScriptВидеоUsing SQL INSERT Statements EffectivelyDIALOGUEInserting Data - AssessmentЗадание
09Update and Delete Operations6 материалов

Update and Delete Operations

Section OverviewВидеоUPDATE StatementВидеоDELETE StatementВидеоCASCADE on Delete StatementВидеоModifying SQL DataDIALOGUEUpdate and Delete Operations - AssessmentЗадание
10Designing and Creating Views and Functions7 материалов

Designing and Creating Views and Functions

Creating ViewsВидеоManaging ViewsВидеоVariablesВидеоScalar FunctionsВидеоTable-Valued FunctionsВидеоUnderstanding SQL Views and OperationsDIALOGUEDesigning and Creating Views and Functions - AssessmentЗадание
11Control-of-Flow Statements7 материалов

Control-of-Flow Statements

BEGIN…ENDВидеоIF/ELSE StatementsВидеоWHILE StatementsВидеоBREAKВидеоCASEВидеоUsing BEGIN and IF in SQL ServerDIALOGUEControl-of-Flow Statements - AssessmentЗадание
12Designing and Implementing T-SQL Routines6 материалов

Designing and Implementing T-SQL Routines

Section OverviewВидеоStored ProceduresВидеоTriggersВидеоCursorsВидеоCreating and Using T-SQL Stored ProceduresDIALOGUEDesigning and Implementing T-SQL Routines - AssessmentЗадание
13Managing Transactions and Concurrency7 материалов

Managing Transactions and Concurrency

Section OverviewВидеоUnderstanding TransactionsВидеоTypes of TransactionsВидеоBasic LockingВидеоSimulating Locking and BlockingВидеоUnderstanding SQL Server Transactions and Isolation LevelsDIALOGUEManaging Transactions and Concurrency - AssessmentЗадание
14Conclusion3 материалов

Conclusion

ConclusionВидеоFull Course Practice AssessmentЗаданиеFull Course AssessmentЗадание