Y
Hacker News
new
|
ask
|
show
|
jobs
by
higeorge13
1902 days ago
The one you found is good for basic queries, but misses a lot of basic sql usage scenarios, such as window functions. It is PG-oriented, but i suggest
https://www.postgresqltutorial.com
. It also contains a sample database to practise (
https://www.postgresqltutorial.com/postgresql-sample-databas...
).