#1096

New Keys to Load

The incremental load must find keys that have arrived in stg_users but are not yet present in dim_users. Return each src_id once, sorted by src_id.

Expected output sample

This is what a correct answer looks like — its row count is its own, it doesn't have to match the schema tables.

src_id
103
104

Your query result will appear here