Skip to content

Commit 5f8efea

Browse files
authored
update README
Just a little typo on letters upcase.
1 parent b45d9f9 commit 5f8efea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ A quick reminder of all relevent SQL queries and examples on how to use them.
101101
### **COUNT**: returns the # of occurrences
102102
* `SELECT COUNT (DISTINCT` column_name`)`;
103103

104-
### **MIN() AND MAX()**: returns the smallest/largest value of the selected column
104+
### **MIN() and MAX()**: returns the smallest/largest value of the selected column
105105
* `SELECT MIN (`column_names`) FROM` table_name `WHERE` condition;
106106
* `SELECT MAX (`column_names`) FROM` table_name `WHERE` condition;
107107

0 commit comments

Comments
 (0)