Database System Concepts, Avi Silberschatz, Henry F. Korth, S. Sudarshan, 2019 (McGraw-Hill) - A standard textbook that provides a thorough foundation in database systems, including detailed coverage of SQL querying and data manipulation.
PostgreSQL 16 Documentation: SELECT Command, The PostgreSQL Global Development Group, 2023 - The official documentation for PostgreSQL, offering precise syntax and behavior explanations for the SQL SELECT statement, including the WHERE clause and its operators.
Learning SQL: Master SQL Fundamentals, Alan Beaulieu, 2020 (O'Reilly Media) - A practical guide for newcomers to SQL, offering clear explanations and numerous examples of how to query, filter, and manipulate data effectively.