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

Fix small typo. #13

Closed Chedak closed 5 years ago

Chedak commented 5 years ago

Additional 'y' character in the last sentence of the file is probably a typo.

Original states "If we were to run the query, we would get the result of: 0. Thus, that means the average Rating of movies produced before the year 2000 is exactly the same as the average Rating of movies produced on or after the yeary 2000."

Proposing change to "If we were to run the query, we would get the result of: 0. Thus, that means the average Rating of movies produced before the year 2000 is exactly the same as the average Rating of movies produced on or after the year 2000."