PostgreSQL - Table Partitioning
Given the partitioned table
orders partitioned by range on order_date, what will the query SELECT * FROM orders WHERE order_date < '2023-01-01'; do?