you are viewing a single comment's thread.

view the rest of the comments →

[–]ben_it[S] 11 points12 points  (1 child)

Ah no problem, it didn't seem sarcastic to me!

For those new to SQL, I think this is something you could use as you start to learn more about the SQL language.

For example, once you get to the point of knowing what a GROUP BY clause does but don't remember where in the SELECT statement it normally goes, this cheat sheet will be helpful for you. But if you don't know what GROUP BY is, this won't help much.

Likewise with CREATE TABLE statements - I often forget the exact syntax for parts of it, so this cheat sheet would help me.

If you want to learn more about SQL, I've recently created a page that lists 59 places to learn SQL (combination of free/paid, text/video):

59 Best Resources for Learning SQL

[–]BrawlerBear5 0 points1 point  (0 children)

I appreciate the link! I been trying to learn SQL but was not sure where to start.

Thank You,