What is the translation of " CHECK CONSTRAINTS " in Korean?

[tʃek kən'streints]
[tʃek kən'streints]
CHECK 제약 조건을
CHECK constraints
CHECK constraints
CHECK 제약 조건은
CHECK constraints
CHECK 제약 조건

Examples of using Check constraints in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
You can also edit existing check constraints.
기존 CHECK 제약 조건을 편집할 수도 있습니다.
CHECK constraints reject values that evaluate to FALSE.
CHECK 제약 조건은 FALSE로 평가되는 값을 거부합니다.
You can apply multiple CHECK constraints to a single column.
열 하나에 여러 개의 CHECK 제약 조건을 적용할 수 있습니다.
CHECK constraints are not validated during DELETE statements.
DELETE 문을 실행하는 동안에는 CHECK 제약 조건이 확인되지 않습니다.
For more information on UNIQUE constraints, see Unique Constraints and Check Constraints.
UNIQUE 제약 조건에 대한 자세한 내용은 Unique Constraints and Check Constraints을 참조하세요.
However, multiple CHECK constraints can be applied to a column.
열 하나에 여러 개의 CHECK 제약 조건을 적용할 수 있습니다.
Therefore, executing DELETE statements on tables with certain types of check constraints may produce unexpected results.
따라서 특정 유형의 CHECK 제약 조건이 있는 테이블에 대해 DELETE 문을 실행하면 예기치 않은 결과가 생성될 수 있습니다.
CHECK constraints cannot be defined on text, ntext, or image columns.
CHECK 제약 조건을 정의할 수 없습니다 텍스트, ntext, 또는 이미지 열입니다.
For more information, see Unique Constraints and Check Constraints and Primary and Foreign Key Constraints..
기본적으로 INSERT는 Unique 제약 조건 및 Check 제약 조건 및 Primary Key 및 Foreign Key 제약 조건을 검사합니다.
CHECK constraints cannot be defined on text, ntext, or image columns.
Text, ntext 또는 image 열에는 CHECK 제약 조건을 정의할 수 없습니다.
When partitioned columns are NOT NULL, any CHECK constraints on partitioning columns are not forced to check for null values.
이렇게 하면 분할 열의 CHECK 제약 조건에서 Null 값을 확인하지 않아도 됩니다. Doing this makes sure that any CHECK constraints on partitioning columns do not have to check for null values.
Check constraints are created by using the CHECK keyword of CREATE TABLE or ALTER TABLE.".
CHECK 제약 조건은 CREATE TABLE 또는 ALTER TABLE의 CHECK 키워드를 사용하여 생성됩니다. Check constraints are created by using the CHECK keyword of CREATE TABLE or ALTER TABLE.
The difference is in how they determinewhich values are valid: FOREIGN KEY constraints obtain the list of valid values from another table, and CHECK constraints determine the valid values from a logical expression.
FOREIGN KEY 제약 조건은 다른 테이블로부터 유효한 값을 가져오는 반면 CHECK 제약 조건은 논리 식으로부터 유효한 값을 결정합니다. The difference is in how they determine which values are valid: FOREIGN KEY constraints obtain thelist of valid values from another table, while CHECK constraints determine the valid values from a logical expression.
In the Check Constraints dialog box, select a value of No for Enforce For Replication.
CHECK 제약 조건 대화 상자의 테이블 디자이너에서 복제에 적용 에 대해 아니요를 선택합니다.
Developers can explicitly disable check constraints for replication, which can be useful if they are publishing data from a previous version of SQL Server.
이는 이전 버전의 SQL ServerSQL Server에서 데이터를 게시하는 경우 유용할 수 있습니다. You can also explicitly disable check constraints for replication, which can be useful if you are publishing data from a previous version of SQL ServerSQL Server.
CHECK constraints are similar to FOREIGN KEY constraints in that they control the values that are put in a column.
CHECK 제약 조건은 열에 있는 값을 다룬다는 점에서는 FOREIGN KEY 제약 조건과 비슷합니다. CHECK constraints are similar to FOREIGN KEY constraints in that they control the values that are put in a column.
If a CHECK constraint violation occurs, then the IGNORE algorithm is used.
CHECK 제약 조건 위반이 발생하면 IGNORE 알고리즘이 사용됩니다.
For example, the range of values for a salary column can be limited by creating a CHECK constraint that allows for only data that ranges from $15,000 through $100,000.
예를 들어 15, 000 달러 부터 100, 000 달러 까지 의 데이터 만 허용 하 는 CHECK 제약 조건 을 만들 어 salary 열의 값 범위 를 제한 할 수 있 습니다. For example, the range of values for a salary column can be limited by creating a CHECK constraint that allows for only data that ranges from $15,000 through $100,000.
For example, the range of values for a salary column can be limited by creating a CHECK constraint that allows values only from 3,000 to 10,000.
예를 들어 15, 000 달러 부터 100, 000 달러 까지 의 데이터 만 허용 하 는 CHECK 제약 조건 을 만들 어 salary 열의 값 범위 를 제한 할 수 있 습니다. For example, the range of values for a salary column can be limited by creating a CHECK constraint that allows for only data that ranges from $15,000 through $100,000.
Describes how to disable a check constraint when data is added to, updated in, or deleted from a table.
업데이트 또는 삭제할 때 CHECK 제약 조건을 사용하지 않도록 설정하는 방법에 대해 설명합니다. Describes how to disable a check constraint when data is added to, updated in, or deleted from a table.
You can also apply a single CHECK constraint to multiple columns by creating it at the table level.
테이블 수준에서 CHECK 제약 조건을 만들어 여러 열에 적용할 수도 있습니다. You can also apply a single CHECK constraint to multiple columns by creating it at the table level.
Not actually implement the interfaces of T for the purposes of generic constraint checking or reflection.
실제로의 인터페이스를 구현 하지 않는 T 제네릭 제약 조건 검사 또는 리플렉션의 목적입니다.
Results: 22, Time: 0.0452

How to use "check constraints" in a sentence

Now check constraints and triggers will be ignored.
Also add check constraints to validate values entered.
For upgrade_object, upgrades all check constraints and rules.
Ignores check constraints when comparing and deploying databases.
Check constraints are not included in this view.
Foreign keys and check constraints are not supported.
We recommend that you use check constraints instead.
Check constraints on domains are stored here, too.
Domain check constraints managements, including NOT NULL clause.
Check constraints for all tables in the database.

Word-for-word translation

Top dictionary queries

English - Korean