Table Structure
| Comment ID | User ID | Comment Body | Timestamp |
|---|---|---|---|
| 123456 | User42 | This is a sample comment | 2022-01-01 12:00:00 |
Each table row represents a single comment, with the following fields:
- Comment ID: A unique identifier for the comment, used for tracking and deletion purposes.
- User ID: The ID of the user who made the comment.
- Comment Body: The actual text of the comment.
- Timestamp: The time and date the comment was made.