Difference between revisions of "CREATE UNIQUE INDEX"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== Related == | == Related == | ||
* [[create index]] | * [[create index]] | ||
+ | * [[unique constraint]] | ||
== See also == | == See also == | ||
* {{CREATE INDEX}} | * {{CREATE INDEX}} | ||
* {{SQL}} | * {{SQL}} |
Latest revision as of 07:44, 9 May 2023
ndexes can also be used to enforce uniqueness of a column's value, or the uniqueness of the combined values of more than one column.
Related[edit]
See also[edit]
- Index (PostgreSQL):
create index
, Index Locking - SQL, NewSQL, RDMS: GraphQL (2015), SQLite,
select, insert
,select count
, Distributed SQL, TablePlus, Cache hit ratio,pg_stat_user_tables
,EXPLAIN
, Index (PostgreSQL), DDL, SQL/MED, Group by, List users, SQL Injection, SQLAlchemy,CREATE USER, CREATE ROLE, EXPLAIN, ALTER DATABASE, REVOKE, NOLOCK, NOWAIT, EXISTS
, Unique constraint,.sql
Advertising: