I am looking for a good list (cheat-sheet?) of SQL tasks/commands for Database operations (although probably all of them are for that).
Stuff like:
- JOIN - merge two tables
- WHERE - subset tables
- And so on
But also a bit more elaborate tasks.
My motivation is that I want to know SQL a bit better, and I thought it would be fun to take a bunch of these tasks and see how to do them with SQL vs how to do them in a language I know (R).
And then maybe put these in a place like this:
http://rosettacode.org/wiki/Category:Database_operations
(I wasn't able to find this when searching - but if this is a duplicate I'd be happy to close this thread)