PostgreSQL - Set Operations and Advanced Queries
You need to create an inline table with columns
user_id (integer), username (text), and is_active (boolean). Which query correctly uses the VALUES clause to achieve this?