Spark Dataframes are Views, not Tables
In Microsoft Fabric data engineering, we use Spark to apply transformations to our data. Just like you would write T-SQL to transform data in SQL Server, you would write PySpark or SparkSQL to transform data in a Fabric lakehouse. There are a lot of parallels between Spark en SQL in the way you can process …