AuthorID | FirstName | LastName | EmailAddress |
---|---|---|---|
1 | John | Doe | john.doe@example.com |
2 | Jane | Smith | jane.smith@example.com |
ArticleID | Title | Content | PublishDate | AuthorID |
---|---|---|---|---|
(→ Authors.AuthorID) | ||||
1 | Article 1 | Content of article 1. | 2024-03-13 15:02:41 | 1 |
2 | Article 2 | Content of article 2. | 2024-03-13 15:02:41 | 2 |
EventID | Name | Location | Date |
---|---|---|---|
1 | Turkey–Syria Earthquakes | Eurasia Region | 2023-02-06 10:00:00 |
2 | Another Event | Somewhere Else | 2023-02-07 10:00:00 |
CategoryID | Type |
---|---|
1 | Breaking News |
2 | News Analysis |
EventID | CategoryID |
---|---|
(→ Events.EventID) | (→ CategoryTable.CategoryID) |
1 | 1 |
2 | 1 |
1 | 2 |
2 | 2 |