Answer:
In Windows Azure Table Storage, the term "Table" are ideally suited for storing structured but non relational data.Unlike relational databases, the entities inside of a table do not need to have the same structure or schema.
Common uses of the Table service include:
- Storing T Bs of structured data capable of serving web scale applications
- Storing datasets that don't require complex joins, foreign keys, or stored procedures and can be denormalized for fast access
- Quickly querying data using a clustered index
- Accessing data using the OData protocol and LINQ queries with WCF Data Service .NET Libraries
Asked In: Many Interviews |
Alert Moderator