Tutorial for newbie in Postgres
What is the best resource to learn PostgreSQL
PostgreSQL crash course coming from MySQL
Material to learn PostgreSQL in-depth
Videos
Hello everyone! At the moment I work with MS SQL Server, but I'm looking forward to extend my horizons and start to work with Postgres. If anyone can help an share any YouTube channel, video courses, tutorials for beginners and etc, I will be very appreciated.
Thank you in advance!
Hey there! I’m pursuing a CS degree, and I’m currently enrolled in a module about data and information. We did some SQL queries in September, but it was only a one-week introduction to databases. As you can imagine, playing around with SQL queries for just one week didn’t really lay a solid foundation for thinking through queries or tackling more advanced stuff. In this module, we started with views and indexes, and I found the latter a bit hard without really understanding how to write good queries and how they work internally. I mean, I can grasp the very basic things like retrieving information about an employee from table A and his vacation dates from table B. But I don’t understand how “JOIN” actually works, nor how to make more advanced queries. I need a good resource, like a book, that explains all the SQL stuff needed for a good start and understanding. I’ve been looking at some books specifically on PostgreSQL (it wasn’t actually my choice to learn this particular database system; it’s required for the project), but most of them assume that the reader has some experience with SQL. What would you guys recommend?