description Microsoft Azure Table Storage Overview
help Microsoft Azure Table Storage FAQ
Is Microsoft Azure Table Storage a SQL database?
No. Azure Table Storage is a fully managed NoSQL service that stores structured data in tables rather than providing a relational SQL database model.
What kind of data fits Azure Table Storage?
It is suited to structured records such as application settings or sensor readings. Microsoft organizes those records as table entities with rows and properties in the cloud.
How are records identified in Azure Table Storage?
Azure Table Storage uses a PartitionKey and RowKey to identify an entity. Those two fields help Microsoft distribute and retrieve records across a table.
Should I use Azure Table Storage or Azure SQL Database for relational joins?
Azure Table Storage is designed for scalable NoSQL access and is not a relational join engine. Azure SQL Database is the Microsoft service to examine when tables, joins, and complex SQL queries are central requirements.
explore Explore More
Similar to Microsoft Azure Table Storage
compare_arrows Compare: Microsoft Azure Cosmos DB See all arrow_forwardReviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.