You develop a web application that uses table storage in Azure.
You create a storage account named Contoso that stores a table named CityPopulationData.
The web application stores entities in this table.
You need to query the table data by using OData.
Which URL should you use?

A.
http://contoso.table.core.windows.net/citypopulationdata
B.
http://contoso.table.core.windows.net/odata/citypopulationdata
C.
http://azurestorage.table.core.windows.net/contoso
D.
http://microsoft.table.core.windows.net/contoso
E.
http://azure.table.core.windows.net/contoso/citypopulationdata
A
0
0
A is correct.
0
0
correct answer A
0
0
Correct answer is A
0
0
a is correct answer
0
0
URL format: Code addresses tables in an account using this address format:
http://.table.core.windows.net/
0
0
URL format: Code addresses tables in an account using this address format:
http://storage_account.table.core.windows.net/table
0
0