Microsoft
AZ-204 · Question #151
A development team is developing an application that works with Azure Table storage. Below are some of the rows in the table You have the following code statement from a C# program Would this return…
The correct answer is B. No. https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-how-to-use-dotnet
Submitted by tom_us· Mar 30, 2026Develop for Azure storage
Question
A development team is developing an application that works with Azure Table storage. Below are some of the rows in the table You have the following code statement from a C# program Would this return all the entities where the RowKey is [email protected]?
Exhibits
Options
- AYes
- BNo
How the community answered
(31 responses)- A23% (7)
- B77% (24)
Explanation
https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-how-to-use-dotnet
Topics
#Azure Table storage#TableQuery#RowKey filter#C# SDK
Community Discussion
No community discussion yet for this question.


