mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -684,3 +684,8 @@ There are different types of joins available in SQL −
|
|||||||
|
|
||||||
### Single-Column Indexes
|
### Single-Column Indexes
|
||||||
- A single-column index is created based on only one table column.
|
- A single-column index is created based on only one table column.
|
||||||
|
|
||||||
|
CREATE INDEX index_name
|
||||||
|
ON table_name (column_name);
|
||||||
|
|
||||||
|
###
|
||||||
|
|||||||
Reference in New Issue
Block a user