I prefer to use C for the most part, as writing methods using in line assembly makes them generally 8-10 times faster than regular C code. Learning the x86 architecture is very important, though most assembly learned is MIPS.
SQL is easy, as is Python, but learning the tricks to speeding up python's efficiency is what will make you stand out to someone who uses the language in their organization, such as Google.