# Example 2This example uses temp_data.db databasefile to get data into the program and runvarious functions on it that use Sqlite SQL to access the data.In particular getting the average temperaturefor a date across all the samples, and getting theaverage temperature for every week for the entireyear and returning it sorted.