···2121 LIMIT 32;
2222```
23232424+The `video_metadata_view` view can also be queried for simpler overviews:
2525+2626+```sql
2727+SELECT * FROM video_metadata_view
2828+ ORDER BY duration DESC
2929+ LIMIT 32;
3030+```
3131+2432## Reasoning for design decisions
25332634### Why not deconstruct the json metadata into database columns?