You have a Fabric tenant that contains a data warehouse.
You need to load rows into a large Type 2 slowly changing dimension (SCD). The solution must minimize resource usage.
Which T-SQL statement should you use?
- A UPDATE AND INSERT
- B MERGE
- C TRUNCATE TABLE and INSERT
- D CREATE TABLE AS SELECT
Community Discussion