writer_id | full_name |
---|---|
1 | John Doe |
2 | Jane Smith |
3 | Michael Brown |
4 | Emily White |
5 | David Black |
destination_id | name |
---|---|
1 | Paris |
2 | Rome |
3 | London |
4 | Tokyo |
5 | New York |
article_id | title | content | publication_date |
---|---|---|---|
1 | Exploring Paris | A journey through the City of Lights... | 2021-08-01 |
2 | Discover Rome | Unraveling the mysteries of ancient Rome... | 2021-07-30 |
3 | The Wonders of London | From Big Ben to Buckingham Palace... | 2021-06-20 |
4 | Tokyo - A Modern Metropolis | High-tech skyscrapers and bustling streets... | 2021-09-15 |
5 | The Bright Lights of New York | Times Square, Broadway, and Central Park... | 2021-08-20 |
writer_article_id | travel_writer_id | article_id |
---|---|---|
(→ Travel_Writers.writer_id) | (→ Articles.article_id) | |
1 | 1 | 1 |
2 | 2 | 2 |
3 | 3 | 3 |
4 | 4 | 4 |
5 | 5 | 5 |
writer_destination_pairing_id | travel_writer_id | destination_id |
---|---|---|
(→ Travel_Writers.writer_id) | (→ Destinations.destination_id) | |
1 | 1 | 1 |
2 | 2 | 2 |
3 | 3 | 3 |
4 | 4 | 4 |
5 | 5 | 5 |