Search code examples
How to drop a unique constraint from table column?...


sqldatabasesql-server-2005unique-constraintnon-clustered-index

Read More
Does postgres allow null values in multi column indexes?...


sqlpostgresqlindexingnullunique-constraint

Read More
Manage the order of updates when using a filtered unique index?...


sql-serverasp.net-coreentity-framework-core.net-8.0unique-constraint

Read More
Use functions in unique constraint on multiple columns...


sqlpostgresqlunique-constraintpostgresql-10

Read More
Does MySQL ignore null values on unique constraints?...


mysqldatabaseunique-constraint

Read More
How can I create a unique constraint on my column (SQL Server 2008 R2)?...


sqlsql-serversql-server-2008unique-constraint

Read More
How does PostgreSQL enforce the UNIQUE constraint / what type of index does it use?...


postgresqldatabase-designindexingunique-constraintunique-index

Read More
Constraint to randomize such a way that consecutive 2 bits are set to 1, other bits are 0 for 16-bit...


constraintsverilogsystem-verilogunique-constraint

Read More
PostgreSQL constraint with Null Value...


postgresqlunique-constraint

Read More
Why does PostgreSQL check a DEFERRABLE INITIALLY IMMEDIATE constraint after each statement?...


postgresqlunique-constraintdeferrable-constraint

Read More
How can I avoid "ERROR: there is no unique constraint matching given keys for referenced table&...


sqlpostgresqlunique-constraintpgadmin-4postgresql-16

Read More
Type Error while populating a model in Django with UniqueConstraint...


djangoforeign-keysunique-constraintcomposite-primary-key

Read More
How to Create a Case-Insensitive Unique Compound Index in MongoDB?...


mongodbindexingunique-constraintcase-insensitivecompound-index

Read More
Create Unqiue case-insensitive constraint on two varchar fields...


sqloracle10gunique-constraint

Read More
Unique index on 3 columns where NULL conflicts with all other values in one column...


sqlpostgresqldatabase-designunique-constraintexclusion-constraint

Read More
SQLite table constraint - unique on multiple columns...


sqliteunique-constraintcompound-key

Read More
How can I do 'insert if not exists' in MySQL?...


sqlmysqlsql-insertprimary-keyunique-constraint

Read More
Does unique key order matters if the WHERE statement have all columns?...


mysqlunique-constraint

Read More
A Queue that ensure uniqueness of the elements?...


javacollectionsqueueguavaunique-constraint

Read More
How do I specify unique constraint for multiple columns in MySQL?...


mysqlunique-constraintcomposite-keydatabase-table

Read More
Adding unique constraint for null column returns error...


postgresqlnullunique-constraint

Read More
Postgresql: Conditionally unique constraint...


postgresqlconstraintsunique-constraint

Read More
Postgresql unique constraint mystery that does not seem to work with batch inserts...


postgresqlunique-constraint

Read More
MariaDB is not Using Hash Unique Key on InnoDB...


sqlindexingmariadbinnodbunique-constraint

Read More
Unique constraint for permutations across multiple columns...


sqlpostgresqldatabase-designconstraintsunique-constraint

Read More
postgres query multiple tables to check if a value already exists...


sqlpostgresqlunique-constraintunique-index

Read More
Conditional unique constraint with multiple fields in oracle db...


sqloracle-databaseconditional-statementsuniqueunique-constraint

Read More
jpa-buddy generates ddl schema with not all unique constraints...


unique-constraintjpa-buddy

Read More
How to set unique-constraint index in RavenDB 5.4?...


ravendbunique-constraintravendb5

Read More
Autoincrement, but omit existing values in the column...


postgresqlsequenceauto-incrementunique-constraintgaps-and-islands

Read More
BackNext