Looking for PostgreSQL tutorials
From the official PostreSQL website, there is a number of beginner tutorials to check out.
https://www.postgresql.org/docs/online-resources/
Depending on where you think learning SQL will take you (or where you want to go), like doing serious data analysis or data-driven application development for bigger companies. PostgreSQL is a better choice among the free databases than MySQL (in my opinion).
The learning curve for PostreSQL is a little steeper, but is it worth it in the long run. Whereas MySQL is for smaller, simpler projects. MySQL is also now owned by a big face-less corporation and it's future is in some doubt. MariaDB is the open-source fork of MySQL, in case you're interested.
I hope that helps. Good luck!
More on reddit.comAny site to solve PostgreSQL challenges like the online Hackathon sites are there on programming languages?
Getting Started with PostgreSQL
This one I have used in the past to send Jr DBAs where I work to learn from http://www.postgresqltutorial.com/
More on reddit.comPlease recommend an intermediate or advanced online course
What is the PostgreSQL Playground?
The Postgres Playground is an online PostgreSQL database that runs directly in your browser. Itโs a simple, no-setup solution for testing SQL queries and learning PostgreSQL.
Is my data and code secure when using the PostgreSQL Playground?
Yes, your data and SQL code remain secure. All operations are executed locally in your browser, and we do not store your queries or data on any external servers.
How long does data persist in the PostgreSQL Playground?
Data in the Postgres Playground is temporary. It is stored only in your browserโs memory and will disappear when you close or refresh the browser. It is not saved to disk or stored in browser local storage.
Videos
I have been learning postgreSQL for few days now this is my first relational database, I have been using https://pgexercises.com/ for practice. could you guys suggest me some similar sites to practice and a postgreSQL playground as well.