Search code examples
In SQL Server 2005, how do I set a column of integers to ensure values are greater than 0?...


sqlsql-server-2005constraintscheck-constraints

Read More
How to deal with Case Sensitivity in PostgreSQL...


sqlstringpostgresqlunique-constraintcheck-constraints

Read More
Oracle SQL - REGEXP_LIKE not working as expected in CHECK constraint...


sqlregexoraclecheck-constraints

Read More
How would i make a double that doesn't go higher than 5?...


mysqlsqlcreate-tablecheck-constraints

Read More
Oracle SQL Developer limit number of character of datatype char(5)...


sqlregexoraclesqldatatypescheck-constraints

Read More
Is it not possible to have a check constraint reference a column that also has a foreign key?...


mysqlsqlcreate-tablecheck-constraintsmysql-8.0

Read More
Sample Oracle DB for Real Estate Agency...


oracleoracle-sqldevelopercheck-constraints

Read More
non UNIQUE constraints...


sqlpostgresqlconstraintsuniquecheck-constraints

Read More
SQL query to set CHECK constraint on a column based on the value in other column...


sqloracleddlcheck-constraints

Read More
In a T-SQL check constraint, how to allow either a specific pattern or the empty string...


sqlsql-serverstringt-sqlcheck-constraints

Read More
How to combine constraint CHECK in SQL?...


sqlpostgresqlcreate-tablecheck-constraints

Read More
Create a table for following condition...


sqldatabasecreate-tablecheck-constraints

Read More
PostgreSQL - regex constraint so that varchar contains only digits...


sqlregexstringpostgresqlcheck-constraints

Read More
Problem when trying to convert CHECK with subqueries to a function in SQL...


sql-servert-sqlddlstored-functionscheck-constraints

Read More
How to substitute a variable when creating a check constraint?...


sqlpostgresqldynamic-sqlcheck-constraints

Read More
MySQL require a minimum length...


mysqlsqlcheck-constraints

Read More
Prevent insertion of overlapping timestamp ranges to database...


phppostgresqldatetimesql-insertcheck-constraints

Read More
What's the cost of CHECK constraints in Postgres 9.x?...


sqlpostgresqlbenchmarkingpostgresql-9.1check-constraints

Read More
SQLite3 Table constraint for not inserting data if last value equals...


sqlitecheck-constraints

Read More
Database design with Loan and LoanLines...


sqlsql-serverdatabase-designcheck-constraints

Read More
Is there a way to enforce the MySQL CHECK constraint for calculated value...


mysqlsqldatabasedatabase-designcheck-constraints

Read More
Create check constraint on HSTORE to maintain specific succession of data...


postgresqlaggregate-functionscheck-constraintshstore

Read More
How to remove CHECK in MySQL?...


mysqlsqlcheck-constraints

Read More
how to alter table to add the constraint on a existing column...


sqloraclecheck-constraints

Read More
Foreign Key has to exist on either table...


sqlplsqlforeign-keysconstraintscheck-constraints

Read More
How to create a CHECK constraint to allow certain strings in a table - MYSQL 8...


mysqlsqlsql-insertcreate-tablecheck-constraints

Read More
Adding checks in postgres table where data is already incorrect...


sqlpostgresqldatabase-triggercheck-constraints

Read More
Conditional Not Null Constraint...


sqlpostgresqlcreate-tablecheck-constraints

Read More
Avoiding multiple "OR's" in a SQL query...


sqldb2ddlcheck-constraints

Read More
Check Constraint with Filtering Logic...


sqlsql-serverunique-constraintcheck-constraints

Read More
BackNext