diff --git a/README.md b/README.md index e185786..9577e28 100644 --- a/README.md +++ b/README.md @@ -681,3 +681,6 @@ There are different types of joins available in SQL − ### CREATE INDEX CREATE INDEX index_name ON table_name; + +### Single-Column Indexes +- A single-column index is created based on only one table column.