Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:21:46 +05:30
committed by GitHub
parent 56bb09c1c5
commit 546e0af150
+5 -1
View File
@@ -688,4 +688,8 @@ There are different types of joins available in SQL
CREATE INDEX index_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.