id | name |
---|---|
1 | John Doe |
2 | Jane Smith |
3 | Emma Watson |
4 | Tom Hanks |
5 | Oprah Winfrey |
id | personId | date | time | venue | notes |
---|---|---|---|---|---|
(→ Person.id) | |||||
1 | 1 | 2021-12-31 | 16:00:00 | New York City | Discussed new policy changes. |
2 | 2 | 2021-12-30 | 17:00:00 | Los Angeles | Talked about her latest book release. |
id | personId | date | time | location | topic |
---|---|---|---|---|---|
(→ Person.id) | |||||
1 | 1 | 2021-12-29 | 18:00:00 | Washington DC | Upcoming political event |
2 | 2 | 2021-12-28 | 19:00:00 | Chicago | Her favorite movie of the year |
id | title | content | authorId | pressConferenceId | mediaScrumId | publicationDate |
---|---|---|---|---|---|---|
(→ Person.id) | (→ Press_Conference.id) | (→ Media_Scrum.id) | ||||
1 | First article | This is my first article. | 1 | 1 | None | 2021-12-31 |
2 | Second article | Here is another interesting piece. | 2 | 2 | None | 2021-12-30 |
3 | Third article | Check out this exciting news! | 3 | None | None | 2021-12-30 |
4 | Fourth article | Read all about it... | 4 | None | None | 2021-12-30 |
5 | Fifth article | A summary of recent events. | 5 | None | None | 2021-12-30 |