Just added: Embedded C From Zero
PostgreSQL
-- Return the name of every product where attrs shows wireless: true.
SELECT name, attrs FROM products;