PostgreSQL - Set Operations and Advanced Queries
Given the query:
Which of the following is true about the output?
EXPLAIN ANALYZE SELECT * FROM orders WHERE order_date > '2023-01-01';Which of the following is true about the output?
