unpopular opinion:
if you know SQL, why would you use an ORM? the extra complexity makes simple things unnecessarily simpler, while making complex things more complex.
if you *don't* know SQL, you definitely should *not* be using an ORM - you won't learn SQL by hiding from it.