PostgreSQL 16.1 Documentation: SQL Commands, PostgreSQL Global Development Group, 2023 - Provides the official specification and detailed usage of all SQL commands, including DML operations, within the PostgreSQL ecosystem.
Learning SQL, 3rd Edition, Alan Beaulieu, 2020 (O'Reilly Media) - A widely recommended book for beginners, covering the fundamentals of SQL for data manipulation and querying in a practical manner.
Database System Concepts, 7th Edition, Avi Silberschatz, Henry F. Korth, S. Sudarshan, 2019 (McGraw-Hill) - A classic academic textbook offering a foundational understanding of database systems, relational models, and the theoretical underpinnings of SQL.