QUERY PLAN
Limit (cost=1.17..1.18 rows=1 width=227)
-> Sort (cost=1.17..1.18 rows=1 width=227)
Sort Key: created_at DESC
-> Seq Scan on tbl_sales_goals (cost=0.00..1.16 rows=1 width=227)
Filter: (goal_year = '2026'::smallint)