You have an Azure Synapse workspace named MyWorkspace that contains an Apache Spark database named mytestdb.
You run the following command in an Azure Synapse Analytics Spark pool in MyWorkspace.
CREATE TABLE mytestdb.myParquetTable(
EmployeeID int,
EmployeeName string,
EmployeeStartDate date)
USING Parquet -
You then use Spark to insert a row into mytestdb.myParquetTable. The row contains the following data.
One minute later, you execute the following query from a serverless SQL pool in MyWorkspace.
SELECT EmployeeID -
FROM mytestdb.dbo.myParquetTable
WHERE EmployeeName = 'Alice';
What will be returned by the query?
gerrie1979
Highly Voted 2 years, 6 months agocecbc1f
1 year, 2 months agomaximilianogarcia6
2 years, 5 months agoyogiazaad
2 years, 3 months agoVirul
2 years, 2 months agodmitriypo
Highly Voted 2 years, 6 months agopsicktrick
2 years, 3 months agoBedmed
8 months agock8.kakade
9 months agogoldy29
1 year, 9 months agodevnginx
1 year, 5 months agoShaik_Shahul
1 year, 6 months ago__Tom
1 year agoSenMia
1 year, 4 months agotechnoguy
Most Recent 1 month agoAMJB
1 month, 2 weeks agoLethahavm
1 month, 2 weeks agoCiske92
2 months, 3 weeks agoRayenwalid
3 months, 1 week agoRomanx
3 months, 2 weeks agoAsheesh1909
4 months agoabhi_11kr1
4 months, 4 weeks agohypersam
3 months, 4 weeks ago19a3424
5 months agoEmnCours
5 months agoAnithec0der
5 months, 1 week agoBrilliantBeast
5 months, 2 weeks agoexamdemo
7 months agoesaade
7 months, 1 week agomilad2021
7 months, 1 week agoAlejandroU
1 year, 6 months ago