**What are Tables in DynamoDB?**
In DynamoDB, tables are the primary data storage entities where data is organized and stored. Each table consists of multiple items, which are analogous to rows in a traditional database, and each item contains attributes, similar to columns.