writer_id | writer_name | phone_number |
---|---|---|
1 | John Doe | 123-456-7890 |
2 | Jane Smith | 098-765-4321 |
3 | Michael Johnson | 555-555-5555 |
4 | Emily Davis | 555-123-4567 |
5 | David Brown | 555-222-3333 |
theme_id | theme_name |
---|---|
1 | History |
2 | Politics |
3 | Technology |
4 | Entertainment |
5 | Health |
article_id | title | content | writer_id |
---|---|---|---|
(→ Feature_Writers.writer_id) | |||
1 | Revolutionary War History | A detailed look at the American Revolution... | 1 |
2 | Modern Political Landscape | An analysis of current political trends... | 2 |
3 | AI Impact on Society | How artificial intelligence is changing our world... | 3 |
4 | Top Entertainment News | Recent updates from Hollywood and beyond... | 4 |
5 | Diet Trends and Health Benefits | Exploring popular diets and their health effects... | 5 |
article_id | writer_id | theme_id |
---|---|---|
(→ Articles.article_id) | (→ Feature_Writers.writer_id) | (→ Themes.theme_id) |
1 | 1 | 1 |
2 | 2 | 2 |
3 | 3 | 3 |
4 | 4 | 4 |
5 | 5 | 5 |