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, 8 months agocecbc1f
1 year, 4 months agomaximilianogarcia6
2 years, 7 months agoyogiazaad
2 years, 5 months agoVirul
2 years, 4 months agodmitriypo
Highly Voted 2 years, 8 months agopsicktrick
2 years, 6 months agoBedmed
10 months, 1 week agock8.kakade
11 months, 1 week agogoldy29
2 years agodevnginx
1 year, 7 months agoShaik_Shahul
1 year, 8 months ago__Tom
1 year, 3 months agoSenMia
1 year, 6 months agotavellie
Most Recent 2 months agotechnoguy
3 months, 1 week agoAMJB
3 months, 3 weeks agoLethahavm
3 months, 3 weeks agoCiske92
4 months, 4 weeks agoRayenwalid
5 months, 2 weeks agoRomanx
5 months, 3 weeks agoAsheesh1909
6 months, 1 week agoabhi_11kr1
7 months agohypersam
6 months ago19a3424
7 months, 1 week agoEmnCours
7 months, 1 week agoAnithec0der
7 months, 2 weeks agoBrilliantBeast
7 months, 3 weeks agoexamdemo
9 months, 1 week agoesaade
9 months, 2 weeks ago