Explain the concept of the table in Windows Azure.

devquora
devquora

Posted On: Feb 22, 2018

 

A table is a type of Azure Storage, where one can store the data as memory storage. Blobs are stored in container and Entity in the table.

The key concepts in the table are explained below:

  •  Tables allow structure data storage
  •  There can be 0..n tables in a storage account
  •  Table store data as a collection of entities
  •  Entity have a primary key and properties as a key value pair

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Azure Interview Questions

    What is Microsoft Azure?

    The companies, which provide the cloud services to businesses, are called Cloud Providers, and one of them is Microsoft..

    Azure Interview Questions

    What is the Windows Azure portal?

    The developers, who have a hosting account, can use a Windows Azure portal to submit applications to Windows Azure. A de..

    Azure Interview Questions

    What are the roles, which are implemented in Windows Azure?

    Roles are simply servers in layman terms. They are managed and load balanced platforms like service virtual machines, wh..