Date functions are one of the most under-talked areas in SQL programming — As a data analyst, I build dashboards and reports with different time grains like weekly, monthly, quarterly, annually. For time series analysis, I need the timestamps in my data to be aggregated. That’s where the date functions come in. These built-in functions make an analyst’s tasks so much easier. …