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