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:
@@ -692,4 +692,5 @@ There are different types of joins available in SQL −
|
||||
- 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.
|
||||
|
||||
|
||||
CREATE UNIQUE INDEX index_name
|
||||
on table_name (column_name);
|
||||
|
||||
Reference in New Issue
Block a user