We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45d9f9 commit 5f8efeaCopy full SHA for 5f8efea
README.md
@@ -101,7 +101,7 @@ A quick reminder of all relevent SQL queries and examples on how to use them.
101
### **COUNT**: returns the # of occurrences
102
* `SELECT COUNT (DISTINCT` column_name`)`;
103
104
-### **MIN() AND MAX()**: returns the smallest/largest value of the selected column
+### **MIN() and MAX()**: returns the smallest/largest value of the selected column
105
* `SELECT MIN (`column_names`) FROM` table_name `WHERE` condition;
106
* `SELECT MAX (`column_names`) FROM` table_name `WHERE` condition;
107
0 commit comments