**What are Tables in Amazon DynamoDB?**
In Amazon DynamoDB, tables are the primary data storage structures. They are schema-less, NoSQL databases that organize data into items (rows) and attributes (columns). Each table consists of one or more items, where each item contains one or more attributes.