Introduction to Snowflake SQL
George Boorman
Senior Curriculum Manager, DataCamp
Other popular SQL flavors:
Some differences in data types, functions, and general syntax
SELECT
FROM
WHERE
GROUPBY
ORDER BY
AVG()
, COUNT()
, SUM()
(etc)DISTINCT
HAVING
JOIN
**Some differences exist, more on this later!
Introduction to Snowflake SQL