Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 20:44:30 +05:30
committed by GitHub
parent 99191723c7
commit 85d32c60ad
+2 -1
View File
@@ -282,7 +282,8 @@ Following are some of the most commonly used constraints available in SQL
FROM table_name FROM table_name
WHERE CONDITION WHERE CONDITION
ORDER BY column_name {ASC|DESC}; ORDER BY column_name {ASC|DESC};
SQL GROUP BY Clause
### SQL GROUP BY Clause
SELECT SUM(column_name) SELECT SUM(column_name)
FROM table_name FROM table_name
WHERE CONDITION WHERE CONDITION