Skip to content
SQLSimplified
Data EngineerQuestion 42 of 55

SCD Type 2 Filter

Problem

In an SCD Type 2 table (simulate with employees by assuming they are all active), select all employees. Create a mock column is_current set to TRUE.

Try It

Loading playground environment...

Hint

Solution