From the course: PostgreSQL: Advanced Queries

What you should know

- [Instructor] To get the most out of this course, I'll expect that you have some familiarity with PostgreSQL databases and writing basic select queries. If you've taken my PostgreSQL essential training course, then you'll be ready for everything that we're going to cover here. If you want to follow along with me, then you'll need to have access to a Postgres server. This can be a full standalone server, or you can have it running in a docker container. You'll also need a way to write and execute queries, either using a graphical interface, such as PG Admin, Azure Data Studio, or DBeaver, or you can follow along using the command line with EP equal utility. We won't be covering any specific software tools here, so feel free to use whatever interface you feel most comfortable with.

Contents