Question - What is the concept of the table in Windows Azure?
Answer -
A table is a kind of Azure Storage where you can store your information. BLOBs are put in a compartment and an entity on a table.
Following are the key concepts in a table:
- Tables allow structured data storage.
- There can be 0 to n number of tables in a storage account.
- Tables store information as an accumulation of elements.
- An element has an essential key and properties as a key–value pair.