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:
@@ -694,3 +694,8 @@ There are different types of joins available in SQL −
|
|||||||
|
|
||||||
CREATE UNIQUE INDEX index_name
|
CREATE UNIQUE INDEX index_name
|
||||||
on table_name (column_name);
|
on table_name (column_name);
|
||||||
|
|
||||||
|
### Composite Indexes
|
||||||
|
- A composite index is an index on two or more columns of a table.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user