Injecting a Chess Engine into Amazon Redshift
http://www.michaelburge.us/2017/09/10/injecting-shellcode-to...
Why are you linking it to a third party site.
Compare "SELECT * FROM TBL1" with what you would need to do in an imperative language.
You would have to open data connection, set up data structures and have to specify step by step what you want. Even if you had libraries doing most of the work, you would still need to specify step by step what you want to be done. Whereas with SQL, you specify what you want and let the language/interpreter/optimizer/engine figure out the rest.
That's only considering "number of characters". Now if you measured "executable size" or memory size or any other impact, it might be different.
- https://codegolf.stackexchange.com/questions/32383/determine...
- https://stackoverflow.com/questions/2245801/code-golf-tic-ta...