Azure Synapse Analytics サーバーレス SQL プールを使用して、Azure Data Lake Storage Gen2 アカウントのバス料金データの探索的分析を実行しています。 次の図に示す Transact-SQL クエリを実行します。 ドロップダウン メニューを使用して、グラフィックに表示されている情報に基づいて各ステートメントを完成させる回答の選択肢を選択します。
正解:
Explanation: Box 1: CSV files that have file named beginning with "tripdata_2020" Box 2: a header FIRSTROW = 'first_row' Specifies the number of the first row to load. The default is 1 and indicates the first row in the specified data file. The row numbers are determined by counting the row terminators. FIRSTROW is 1-based. Reference: https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/develop-openrowset