hgducharme / SQL-Basics

An introductory e-book to SQL & how to develop queries.
https://app.gitbook.com/@hunter-ducharme/s/sql-basics/
14 stars 10 forks source link

Various typo fixes and a few SQL statement modifications #2

Closed julsfelic closed 9 years ago

julsfelic commented 9 years ago

Just finished your book which was a nice refresher on SQL and went ahead and added some changes.

hgducharme commented 9 years ago
  1. README.md - Good
  2. aggregation_clauses.md - Good
  3. aggregation_functions.md - See line note
  4. basic_select_statements/README.md - Good
  5. subqueries_in_the_from_&_select_clause/README.md - Good
  6. subqueries_in_the_where_clause/using_operators_in_a_subquery.md - Good
  7. the_join_family_operators/README.md - Good
  8. the_join_family_operators/natural_join.md
  9. the_join_family_operators/outer_join.md - Good
  10. the_join_family_operators/the_inner_join_operator.md - Good
hgducharme commented 9 years ago

Ahh nevermind, I see what is going on in number 3; all good now. Good work!

julsfelic commented 9 years ago

No problemo! Thanks!