Publisher's Synopsis
DuckDB is a relational database. It is an embedded database, there's no server software to install.
You will learn SQL in detail the step-by-step in the database's CLI client (Command Line Interface) . If you're not familiar with the CLI, the Appendix will get you started. The book teaches you all the way from Creating and Populating Table, Basic Queries and Sub Queries, Various Joins, CTE (Common Table Expression), Using Functions including Analytic Functions including Window Functions, to Creating and Using Views.