**What are Tables in DynamoDB?**
In DynamoDB, tables are the primary data storage structures where you store and organize your data. Each table consists of items, which are individual records, and each item contains attributes, which are key-value pairs. Tables in DynamoDB are schema-less, meaning that different items within the same table can have different attributes.