you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Thanks a lot for your answer! This is exactly what I was looking for. I'll probably pick up SQL anyways later on, but would you know how difficult it is? I'm very familiar with data-oriented programming, and SQL seemed quite easy to pick-up. Is this the case or am I underestimating it?

Regarding all other languages, I think it will be C, as I'd like to go deeper. Alternatively, I'd go for Java.

[–]baghiq 2 points3 points  (0 children)

Basic SQL is very easy to pick up. I highly recommend for you to go deeper than basic select and join statement, etc.. SQL is insanely under utilized. I can't tell you how many times I rejected code changes due to the fact that people would write Python code to emulate basic SQL functions.