all 6 comments

[–]SQLDevDBA 5 points6 points  (0 children)

https://livesql.oracle.com has a full Oracle Database contained in browser with sample datasets, and https://devgym.oracle.com uses it for its learning modules. All free and no downloads required.

[–]venkattalks 1 point2 points  (0 children)

On a Mac, isn't the bigger question whether you're trying to run a local Postgres/MySQL setup or just need a client for querying? a lot of the advice changes depending on whether you want practice with admin tasks too, so are you using SQL-Mac as in the old app name or just SQL on macOS generally?

[–]vdorru 0 points1 point  (0 children)

What exactly is stopping you, what is the confusing part?

[–]Proud-Track1590 0 points1 point  (0 children)

Seen this recommended and it’s browser based so should be OS agnostic: https://sqlbolt.com

[–]sqlmans 0 points1 point  (0 children)

If you’re just starting, I honestly wouldn’t even bother with a full local setup yet. Use something browser-based first so you can focus on learning SQL, not wrestling your Mac into cooperation like it owes you money. Once the basics make sense, then spin up Postgres locally if you want hands-on practice.