returns all of the records of the first table, but only returns rows of the second table that match on a specified column
rest is filled with NULL --> Records from the employees table that didn't match but were returned through the LEFT JOIN contain NULL values in columns that came from the machines table
functions that perform a calcualtion over multiple data points and return the result of the calculation
the actual data in not returned
COUNT | returns a single number that represents the number of rows returned from your query
AVG | returns a single number that represents the average of the numerical data in a column
SUM | returns a single number that represents the sum of the numerical data in a column | will return the total number of records, excluding NULL values