The "higher" the language and more declarative. "Higher" because all the lower level work of data structures/etc are taken care of or even embedded into the language itself. "Declarative" because in declarative languages you just express what you want, not how to get it ( which imperative languages have to do ).
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.
teej|7 years ago
Injecting a Chess Engine into Amazon Redshift
http://www.michaelburge.us/2017/09/10/injecting-shellcode-to...
netcraft|7 years ago
truth_seeker|7 years ago
akerro|7 years ago
http://oraclemine.com/sql-query-solved-sudoku-seconds/
dominotw|7 years ago
Why are you linking it to a third party site.
garyclarke27|7 years ago
arghwhat|7 years ago
qubax|7 years ago
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.
darekkay|7 years ago
- https://codegolf.stackexchange.com/questions/32383/determine...
- https://stackoverflow.com/questions/2245801/code-golf-tic-ta...
jedimastert|7 years ago
[0]: https://esolangs.org/wiki/HQ9%2B
segmondy|7 years ago
unknown|7 years ago
[deleted]
anonu|7 years ago
unknown|7 years ago
[deleted]