What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
Answer Posted / Manmohan Ahuja
Blobs (Binary Large Objects) in Azure Storage are used for storing large amounts of unstructured data like images or videos. Tables are NoSQL databases used for storing structured data in a scalable manner. Queues are message-oriented middleware for handling asynchronous messaging between applications. SQL is not the standard way to query blobs, but it can be queried using APIs like Azure Storage Explorer or Azure CLI. Tables and queues can be queried using Azure Cosmos DB API for SQL.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category