Question 103:
Advanced Insight Mechanics (AIM) has hired you as an expert consultant.You have called a meeting with the IT Team where you are discussing Azure Synapse. AIM has a Synapse workspace titled aimWorkspace that has an Apache Spark DB titled aimtestdb. The senior developer of the team runs the below given query in Spark pool in aimWorkspace.
| EmployeeName | EmployeeID | EmployeeStartDate |
| Steve Warner | 1234 | 2019-03-21 |
After 5 minutes, the senior developer executes the below-given statement through a serverless SQL pool into aimWorkspace.
What will the query return?
Answer options:
A.Null B.Steve Warner C.1234 D.2019-03-21 E.An error