A Beginners Guide to SQL

213

If you’re anything like me, SQL is one of those things that may look easy at first (it reads just like regular english!), but for some reason you can’t help but google the correct syntax for every silly query.

Is it “SELECT * WHERE a=b FROM c

or “SELECT WHERE a=b FROM c ON *” ?
Then, you get to joins, aggregation, and subqueries and everything you read just seems like gibberish. Something like this :

Read more at Soham Kamani’s Blog