Fabric RTI 101: Joining using SQL
While KQL joins are focused on live or streaming data, SQL joins become important once that data has been persisted — typically into a warehouse, lakehouse, or relational store inside Fabric. At that stage, you’re working with stored tables, not continuous streams, and SQL provides the familiar, well-established way to combine them.
For example, suppose your eventstream has been writing processed data into a table every few seconds — say, a record of transactions, or aggregated IoT readings. Once that data is stored, you can use SQL to join it with enterprise datasets: things like master data, financial records, or customer relationship tables that live in the warehouse.
2026-05-21

