دوره های آموزشی آفلاین

Mastering the MERGE Statement in SQL Server

از {{model.count}}
تعداد
نوع
300,000
200,000 تومان
تخفیف
محصول مورد نظر موجود نمی‌باشد.
  • {{value}}
مقایسه
کمی صبر کنید...

1.

 Introduction to the MERGE Statement

Duration: 10 minutes

Topics:

What is the MERGE statement, and why is it useful?

Use cases:

Data synchronization between tables.

Upsert operations (Insert + Update).

Archiving or purging data with DELETE.

Benefits over separate INSERT, UPDATE, and DELETE commands.

2.

 MERGE Statement Syntax and Structure

Duration: 15 minutes

Topics:

Anatomy of a MERGE statement:

MERGE INTO and target table definition.

Using the USING clause to specify the source.

ON clause to define the join condition.

WHEN MATCHED for updates or deletes.

WHEN NOT MATCHED for inserts.

Example: Synchronizing a staging table with a master table.

3.

 Advanced MERGE Statement Techniques

Duration: 20 minutes

Topics:

Handling multiple WHEN MATCHED conditions.

Using filters with WHEN NOT MATCHED BY SOURCE.

Output clause for logging and auditing:

Tracking inserted, updated, or deleted rows.

4.

 Common Pitfalls and Optimization Tips

Duration: 15 minutes

Topics:

Common mistakes (e.g., handling duplicate rows in the source).

Optimizing performance:

Index strategies for target and source tables.

Minimizing log growth during MERGE operations.

Avoiding deadlocks and ensuring data consistency.

5.

 Hands-On: MERGE in T-SQL

Duration: 20 minutes

Topics:

Example 1: Merging a staging table with a product catalog.

Example 2: Archiving old records from a transactional table.

Debugging MERGE operations with the OUTPUT clause.

6.

 Real-World Use Cases and Scenarios

Duration: 10 minutes

Topics:

Data warehouse scenarios:

Upserting dimensions in Slowly Changing Dimensions (SCD).

Synchronizing transactional data across systems.

De-duplicating data from multiple sources.

زمان دوره
۹۰ دقیقه
مدرس
یوسف حکاک زرگر
آشنایی با مدرس
https://dataengineerguys.com/text-1/teachers
پیش نیاز
تجربه کار با دیتابیس
سطح در رودمپ
سطح اول (Junior)
مخاطبین
Data Engineer
Data Analyst

دیدگاه خود را بنویسید

  • {{value}}
این دیدگاه به عنوان پاسخ شما به دیدگاهی دیگر ارسال خواهد شد. برای صرف نظر از ارسال این پاسخ، بر روی گزینه‌ی انصراف کلیک کنید.
دیدگاه خود را بنویسید.
کمی صبر کنید...
با ما تماس بگیرید

با ما تماس بگیرید

جهت مشاوره در ثبت سفارش با ما تماس بگیرید.
آماده همکاری با شرکت ها و مدرسین در زمینه های مختلف می باشیم.
shahin.shaterzade@gmail.com
۰۹۱۲۶۴۵۵۰۸۳