You have an Azure subscription that contains an Azure Synapse Analytics serverless SQL pool. You execute the following query. ```sql SELECT TOP 100 * FROM OPENROWSET( BULK 'https://datalake.blob.core.windows.net/container/folder/*.parquet', FORMAT = 'PARQUET' ) AS [result] ``` Where are the rows returned by the query stored? | Microsoft Azure Data Engineer Associate - DP-203 Quiz - LeetQuiz