ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

db 1 SQL Server Database Skills Review

Автор: Csoda81

Загружено: 2026-03-08

Просмотров: 3

Описание: This video provides a comprehensive review of core database skills using Microsoft SQL Server 2016 and the Northwind sample database. It covers fundamental concepts ranging from relational modeling to advanced transaction management.

Core Relational Modeling (OLTP)
The video begins by reviewing the translation of a conceptual model into a logical database model [00:54].

3rd Normal Form (3NF): To ensure data integrity, tables must have primary keys, with no partial or transitive dependencies [01:40].

Relationships:

1:N (One-to-Many): Implemented via foreign keys (e.g., Orders and Employees) [02:18].

N:M (Many-to-Many): Requires linking tables (e.g., Employee Territories) [02:27].

1:1 (One-to-One): Used for specializations or base tables [02:38].

Schema Structure: Distinguishes between "base tables" (static data at the leaves) and "transactional tables" (the high-volume "beating heart" of the system in the center) [03:24].

SQL Querying Basics
The tutorial demonstrates standard SQL querying techniques including selecting, grouping, and joining [06:33]. Key examples include:

Calculating the total value of each order [06:55].

Determining quantities sold per product on a yearly basis [07:37].

A complex query to find which employee sold the most of the most popular product in a specific year [08:08].

Server-Side Programming with T-SQL
The video discusses the pros and cons of implementing business logic on the database server versus an application server [11:40].

Key Elements: Covers control flow (IF/ELSE, WHILE), error handling (TRY/CATCH), and database objects like Stored Procedures and Functions [12:22].

Functions: Explains the difference between scalar-valued functions [15:59] and table-valued functions [17:59].

Stored Procedures: Demonstrates how to wrap complex logic, such as a salary increase script, into a reusable procedure [14:38].

Transaction Management & Isolation
A significant portion of the video is dedicated to maintaining data integrity through transactions [26:41].

ACID Properties: Defines Atomicity, Consistency, Isolation, and Durability [27:05].

T-SQL Transactions: Shows how to use BEGIN, COMMIT, and ROLLBACK to ensure a sequence of operations (like processing a new order) succeeds or fails as a single unit [27:23].

Isolation Levels: Explains the four ANSI standard levels (Read Uncommitted, Read Committed, Repeatable Read, Serializable) [37:15].

Concurrency Issues: Features a demo of a "race condition" where two concurrent users attempt to buy the same item, highlighting why choosing the correct isolation level is critical to avoid logical errors or deadlocks [38:18].

Practical Exercises
Throughout the video, the instructor presents a "Training Sessions" scenario to extend the Northwind database, challenging viewers to:

Design new tables for employee skills and training [05:26].

Write queries to identify missing skills [10:04].

Implement stored procedures for automated enrollment [24:01].

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
db 1 SQL Server Database Skills Review

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

db 5 GCP Cloud Database Technologies Overview

db 5 GCP Cloud Database Technologies Overview

Nginx — Простым языком на понятном примере

Nginx — Простым языком на понятном примере

Как умерла мировая Фотоиндустрия

Как умерла мировая Фотоиндустрия

Дороничев: ИИ — пузырь, который скоро ЛОПНЕТ. Какие перемены ждут мир?

Дороничев: ИИ — пузырь, который скоро ЛОПНЕТ. Какие перемены ждут мир?

РАЗБОР ЗАДАЧЕК ИЗ КНИГИ ЗЕМСКОВА!

РАЗБОР ЗАДАЧЕК ИЗ КНИГИ ЗЕМСКОВА!

db 3 SQL Server Replication, Log Shipping, Failover

db 3 SQL Server Replication, Log Shipping, Failover

SAS to Python with Claude pt3 [ENG]

SAS to Python with Claude pt3 [ENG]

Россияне заметили кризис: рост цен, крах малого бизнеса, торговые центры опустели, дорогой картофель

Россияне заметили кризис: рост цен, крах малого бизнеса, торговые центры опустели, дорогой картофель

Deep Dive: Digital Signal Processing From Math To Silicon

Deep Dive: Digital Signal Processing From Math To Silicon

Решаю SQL задачи из Сбер и VK на Junior и Middle

Решаю SQL задачи из Сбер и VK на Junior и Middle

db 2 Database Loose Coupling With Triggers

db 2 Database Loose Coupling With Triggers

КЛАССИЧЕСКАЯ МУЗЫКА ДЛЯ ВОССТАНОВЛЕНИЯ НЕРВНОЙ СИСТЕМЫ🌿 Нежная музыка успокаивает нервную систему 22

КЛАССИЧЕСКАЯ МУЗЫКА ДЛЯ ВОССТАНОВЛЕНИЯ НЕРВНОЙ СИСТЕМЫ🌿 Нежная музыка успокаивает нервную систему 22

GPT 5.4 — ИИ Достиг Уровня Человека? ИИ НОВОСТИ

GPT 5.4 — ИИ Достиг Уровня Человека? ИИ НОВОСТИ

Эту НОВУЮ Мапу в GO Должен Знать Каждый GO-Разработчик

Эту НОВУЮ Мапу в GO Должен Знать Каждый GO-Разработчик

4 Tranzakció kezelés T SQL ben

4 Tranzakció kezelés T SQL ben

cl11 Google Cloud AI Services Overview

cl11 Google Cloud AI Services Overview

Deep Dive: From idle metal to serverless AI

Deep Dive: From idle metal to serverless AI

Симпсоны: Шокирующие Пророчества 2026!

Симпсоны: Шокирующие Пророчества 2026!

Chapter 5 Matrix Factorization

Chapter 5 Matrix Factorization

Deep Dive: Control Theory from Pendulums to Pacman

Deep Dive: Control Theory from Pendulums to Pacman

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]