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

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

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

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

Database Integration and Management

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

О курсе

This course covers database integration and management using Entity Framework Core (EF Core) and SQL. You'll learn to set up relational databases, optimize SQL queries, and use Microsoft Copilot to efficiently write, debug, and manage SQL operations. By the end of the course, you will be able to… Describe the features and functionalities of Entity Framework Core (EF Core), the structure and principles of relational databases, and performance tuning and optimization techniques for SQL queries. Explain the steps to set up a relational database, model data using EF Core, retrieve and manipulate data using SQL, and handle transactions and concurrency control in SQL. Define the basic syntax and functionalities of SQL, and the principles of advanced query techniques and security best practices for SQL databases. Develop practical database operations using Microsoft Copilot, including writing, debugging, and optimizing SQL queries.

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

Database ManagementSQLData AccessQuery LanguagesTransaction ProcessingData PersistenceStored ProcedureObject-Relational MappingMicrosoft CopilotDatabasesDatabase Systems.NET FrameworkDatabase TheoryPerformance TuningDatabase Architecture and AdministrationDatabase DevelopmentDatabase ApplicationRelational DatabasesDatabase DesignData Modeling

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

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

01Foundations of Database Integration and Entity Framework Core27 материалов

Introduction to Database Integration and Management

Course Introduction: Database Integration and ManagementВидеоInstructor IntroductionВидеоCourse Syllabus: Database Integration and ManagementЧтениеThe What’s What of the CourseВидео

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

Microsoft

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

Database Integration and Management
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 26.5 ч

5 модулей

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

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

Часть программы вашего университета
Completing the Guided LabsВидео
Reference –Navigating the Guided LabsЧтение
Microsoft Tools for Back-End DevelopmentЧтение
Introducing the AI Tool: Microsoft CopilotВидео
How to be Successful in This ProgramВидео
Introduction to the ProjectВидео

Overview of Entity Framework Core (EF Core)

Introduction to EF Core and Relational DatabasesВидеоIntroduction to ORM and EF CoreВидеоEntity Framework Core (EF Core)ЧтениеPractice Quiz: Overview of Entity Framework Core (EF Core)ЗаданиеUnderstanding ORM and EF Core: A Developer DiscussionDIALOGUE

Fundamentals of Relational Databases

Basic Structure of Relational DatabasesВидеоPrinciples of Relational Database DesignВидеоFundamentals of Relational DatabasesЧтениеDesign a University Database SchemaЗаданиеPractice Quiz: Fundamentals of Relational DatabasesЗадание

Setting Up a Relational Database

Choosing a Database Management System (DBMS)ВидеоPractical Example: Initial Database Setup and ConfigurationВидеоSetting Up a Relational DatabaseВидеоGuided Lab: Setting Up a Relational DatabasePLUGINYou Try It! Setting up a Relational DatabaseЛабораторнаяYou Try It! Setting Up a Relational Database - Answer KeyЧтениеPractice Quiz: Setting Up a Relational DatabaseЗадание
02Data Modeling and Database Operations with Entity Framework Core17 материалов

Data Modeling with Entity Framework Core

Introduction to Data Modeling in EF CoreВидеоCreating and Configuring Entity ClassesВидеоData Modeling with Entity Framework CoreЧтениеModeling a Simple Database with EF CoreВидеоGuided Lab: Modeling a Simple Database with EF CorePLUGINYou Try It! Modeling a Simple Database with EF CoreЛабораторнаяYou Try It! Modeling a Simple Database with EF Core - Answer KeyЧтениеPractice Quiz: Data Modeling with Entity Framework CoreЗадание

Performing CRUD Operations with EF Core

Performing CRUD Operations with EF CoreВидеоPerforming CRUD Operations with EF CoreЧтениеImplementing CRUD Operations in EF CoreВидеоGuided Lab: Implementing CRUD Operations in EF CorePLUGINYou Try It! Implementing CRUD Operations in EF CoreЛабораторнаяYou try It! Implementing CRUD Operations in EF Core - Answer KeyЧтение
03Basics of SQL36 материалов

Introduction to SQL Syntax and Basic Commands

Introduction: Basics of SQLВидеоUnderstanding SQL SyntaxВидеоUnderstanding SQL SyntaxЧтениеDescribe the Functionalities of Core SQL CommandsВидеоDescribe the Functionalities of Core SQL CommandsЧтениеPractice Quiz: Introduction to SQL Syntax and Basic CommandsЗадание

Retrieving Data with SELECT Statements

Basic Data Retrieval with SELECTВидеоFiltering and Sorting DataВидеоRetrieving Data with SELECT StatementsЧтениеWriting SELECT StatementsВидеоGuided Lab: Writing SELECT StatementsPLUGINYou try It! Writing SELECT StatementsЛабораторная

Data Manipulation in SQL

Inserting Data with INSERT StatementsВидеоUpdating and Deleting DataВидеоData Manipulation in SQLЧтениеPracticing Data Manipulation in SQLВидеоGuided Lab: Practicing Data Manipulation in SQLPLUGINYou Try It! Practicing Data Manipulation in SQLЛабораторная

Combining Data with SQL JOIN Clauses

Introduction to SQL JOINsВидеоPractical Examples of Using JOINsВидеоCombining Data with SQL JOIN ClausesЧтениеPractice Quiz: Combining Data with SQL JOIN ClausesЗадание

Working with SQL Functions and Aggregate Functions

Introduction to SQL FunctionsВидеоUsing Aggregate Functions in SQLВидеоWorking with SQL Functions and Aggregate FunctionsЧтениеImplementing SQL Functions and Aggregate FunctionsВидеоGuided Lab: Implementing SQL Functions and Aggregate FunctionsPLUGINYou Try It! Implementing SQL Functions and Aggregate FunctionsЛабораторная
04Advanced Data Handling28 материалов

Mastering Advanced SQL Query Techniques

Introduction: Advanced Data HandlingВидеоIntroduction to Subqueries and Common Table Expressions (CTEs)ВидеоAdvanced Filtering and Query TechniquesВидеоMastering Advanced SQL Query TechniquesЧтениеPractice Quiz: Mastering Advanced SQL Query TechniquesЗадание

SQL Query Performance Tuning and Optimization

Introduction to SQL Performance TuningВидеоIntroduction to SQL Performance TuningЧтениеTechniques for Optimizing SQL QueriesВидеоTechniques for Optimizing SQL QueriesЧтениеPractice Quiz: SQL Query Performance Tuning and OptimizationЗадание

Managing Transactions and Concurrency in SQL

Introduction to SQL TransactionsВидеоConcurrency Control in SQLВидеоManaging Transactions and Concurrency in SQLЧтениеPractice Quiz: Managing Transactions and Concurrency in SQLЗадание

Leveraging Stored Procedures and Functions in SQL

Introduction to Stored Procedures and FunctionsВидеоCreating and Managing Stored Procedures and FunctionsВидеоLeveraging Stored Procedures and Functions in SQLЧтениеAdvanced SQL, Transactions, and Stored ProceduresВидеоGuided Lab: Advanced SQL, Transactions, and Stored ProceduresPLUGINYou Try It! Advanced SQL, Transactions, and Stored ProceduresЛабораторная

Securing SQL Databases

Introduction to SQL Database SecurityВидеоProtecting Against SQL Injection and Other AttacksВидеоSecuring SQL DatabasesЧтениеPractice Quiz: Securing SQL DatabasesЗаданиеGraded Quiz: Advanced Data HandlingЗаданиеConclusion: Advanced Data HandlingВидео
05Using Microsoft Copilot for Generating SQL Queries and Database Operations10 материалов

Writing SQL Queries with Microsoft Copilot

Introduction: Writing SQL Queries with Microsoft CopilotВидеоIntroduction to Microsoft Copilot for SQL Query WritingВидеоWriting SQL Queries with Microsoft CopilotЧтениеActivity: Writing Basic SQL Queries with Microsoft CopilotЗадание

Generating Complex SQL Queries with Microsoft Copilot

Advanced SQL Query Capabilities of Microsoft CopilotВидеоActivity: Creating Complex SQL Queries with Microsoft CopilotЗадание

Debugging and Optimizing SQL Queries with Microsoft Copilot

Introduction to SQL Query Debugging and Optimization with Microsoft CopilotВидеоActivity 3: Debugging and Optimizing SQL Queries with Microsoft CopilotЗадание

Capstone Project: Practical Database Management with Microsoft Copilot

Capstone Project Overview and RequirementsЗаданиеCourse Conclusion: Database Integration and ManagementВидео
Practice Quiz: Performing CRUD Operations with EF CoreЗадание
Graded Quiz: Introduction to EF Core and relational databasesЗадание
Conclusion: Introduction to EF Core and relational databasesВидео
You try It! Writing SELECT Statements - Answer KeyЧтение
Practice Quiz: Retrieving Data with SELECT StatementsЗадание
You Try It! Practicing Data Manipulation in SQL - Answer KeyЧтение
Practice Quiz: Data Manipulation in SQLЗадание
You Try It! Implementing SQL Functions and Aggregate Functions - Answer KeyЧтение
Practice Quiz: Working with SQL Functions and Aggregate FunctionsЗадание
Graded Quiz: Basics of SQLЗадание
Conclusion: Basics of SQLВидео
You Try It! Advanced SQL, Transactions, and Stored Procedures - Answer KeyЧтение
Practice Quiz: Leveraging Stored Procedures and Functions in SQLЗадание