I'm used to PostgreSQL but very new to SOQL and a bit confused about it. I would like to join rows from Case with rows from User based on User.Id.
I've looked online and tried various solutions but nothing worked out.
Does anyone know I could do that? What type of relationship binds Case and User? Do I have to build a custom relationship between them?
Thanks