Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rosemm committed Nov 4, 2024
1 parent c73c24b commit c456ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql_basics/sql_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ In particular, we covered:
* `DISTINCT`: used to ask for only a single example of each possible unique value
* `WHERE`: used to give a condition which filters the data retrieved
* `IS NULL`: used to compare a value to *NULL* (an empty/missing value)
* `IS NOT NULL`: used to compare a value to not *NULL* (a value that is not missing and not empty)
* `IS NOT NULL`: used to compare a value to not *NULL* (a value that is not empty/missing)
* `ORDER BY`: used to display results organized by the values in one or more columns
* `LIMIT`: used to truncate (cut off) the number of result rows retrieved at a given number
* `AS`: used to alias (rename) columns or tables
Expand Down

0 comments on commit c456ed5

Please sign in to comment.