mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE 'database' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2018-01-28 | 2024-06-07 | Database Scalability: Contention and Crosstalk | Do more with less | database, scalability, Universal Scalability Law, Schwartz, Gunther |
| 2017-08-20 |  | How To Test the Database | It's important but not special | software design, testing, database |
2 rows in set (0.00 sec)