diff --git a/docs/DBMS/Structured Query Language/sql-aggregate-functions.md b/docs/DBMS/Structured Query Language/sql-aggregate-functions.md index 37e35a720..914ef38d5 100644 --- a/docs/DBMS/Structured Query Language/sql-aggregate-functions.md +++ b/docs/DBMS/Structured Query Language/sql-aggregate-functions.md @@ -81,4 +81,5 @@ You can combine multiple aggregate functions in a single query to perform variou ``` This query returns the total number of rows, the sum of column_name, and the average value of column_name. -Aggregate functions are powerful tools in SQL for summarizing and analyzing data. By mastering these functions, you can perform complex data analysis and gain valuable insights from your database. \ No newline at end of file +Aggregate functions are powerful tools in SQL for summarizing and analyzing data. By mastering these functions, you can perform complex data analysis and gain valuable insights from your database. +