mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE 'component-based-design' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2018-12-02 | 2024-06-05 | Component-based Software Design | Lessons from physical systems | software design, component-based design |
1 rows in set (0.00 sec)