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:
@@ -688,4 +688,8 @@ There are different types of joins available in SQL −
|
|||||||
CREATE INDEX index_name
|
CREATE INDEX index_name
|
||||||
ON table_name (column_name);
|
ON table_name (column_name);
|
||||||
|
|
||||||
###
|
### Unique Indexes
|
||||||
|
- Unique indexes are used not only for performance, but also for data integrity.
|
||||||
|
- A unique index does not allow any duplicate values to be inserted into the table.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user