What is the translation of " FOREIGN KEYS " in Korean?

['fɒrən kiːz]
['fɒrən kiːz]
외래 키를
foreign keys
foreign key를

Examples of using Foreign keys in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Should I use foreign keys?
Foreign Key를 이용할 것인가?
No foreign keys are defined in the history table.
기록 테이블에는 외래 키가 정의되지 않습니다. No foreign keys are defined in the history table.
Do I Have to Use Foreign Keys?
Foreign Key를 이용할 것인가?
Now, any foreign keys referencing the OrderLine table are also composite.
이제 OrderLine 테이블을 참조하는 임의의 foreign 키들이 또한 compsite이다.
Gers and foreign keys.
기본 및 외래 키Primary and Foreign Keys.
Partitioned tables do not support foreign keys.
파티션된 테이블은 foreign key를 지원하지 않는다.
Keys and foreign keys.
기본 및 외래 키Primary and Foreign Keys.
Note: If foreign keys are specified in the database, they override the recommended joins.
참고: 데이터베이스에 외래 키가 지정된 경우 외래 키가 권장 조인보다 우선합니다.
So we have learned about foreign keys.
그래서 우리는 외국의 열쇠에 대해 배웠습니다.
How do I see all foreign keys to a table or column?
테이블 또는 컬럼에 대한 모든 외래 키를 보려면 어떻게해야합니까?
A table can have multiple Foreign Keys.
하나의 테이블이 여러 개의 외래 키를 포함할 수 있다.
Supports primary and foreign keys by using a btree index to enforce these constraints on a clustered columnstore index.
기본 키 및 외래 키에 대해 B-tree 인덱스를 사용하여 클러스터형 columnstore 인덱스에 이러한 제약 조건의 적용을 지원합니다.
Of primary keys and foreign keys.
기본 및 외래 키Primary and Foreign Keys.
If there are more than two foreign keys though, you must also specify through_fields as above, or a validation error will be raised.
두 개 이상의 foreign key를 가진다면 위와 같이 through_fields 또한 지정해야하거나 그렇지 않으면 validation error를 발생시킬 것입니다.
(6) Primary Keys and Foreign Keys.
기본 및 외래 키Primary and Foreign Keys.
If we want to be really pedantic, foreign keys don't have to point to a primary key..
우리가 정말로 페달을 밟고 싶다면, 외국 키는 기본 키를 가리킬 필요가 없습니다.
A table can have one or more foreign keys.
외래 키 테이블은 또한 하나 혹은 이상의 외래 키를 가질 수 있습니다.
REFERENCES<table identifier> Likewise, foreign keys can be defined as part of the CREATE TABLE SQL statement.
REFERENCES <table identifier> 같은 방법으로, 외래 키는 CREATE TABLE SQL 문장의 일부로 정의할 수도 있다.
So now we have the columns and the rows and all the foreign keys for Track.
이제 우리는 트랙의 기둥과 행 그리고 모든 외래 키를 갖게 되었습니다.
So we have got to insert user id, course id, foreign keys, and then the role.
그래서 user_id, course_id, 외래 키, 그리고 역할을 삽입해야 합니다.
Both connection points appear red, and any primary keys in the parent table are added as foreign keys to the child table.
두 연결점 모두 빨간색으로 나타나고 부모 테이블의 모든 기본 키가 자식 테이블에 외래 키로 추가됩니다.
And so we end up with a table that has two foreign keys in it and no primary key..
그래서 우리는 이 테이블에 두 개의 외래 키가 있고 기본 키는 없습니다.
Both connection points appear red, and any primary keys in the parent table are added as foreign keys to the child table.
두 연결 지점은 모두 빨간색으로 표시 되 고 부모 테이블의 기본 키가 자식 테이블에 외래 키로 추가 됩니다.
Below we will show some simple examples of how to set up foreign keys and how they work in MySQL.
아래에서는 외래 키를 설정하는 방법과 MySQL에서 작동하는 방법에 대한 몇 가지 간단한 예제를 보여 드리겠습니다.
Foreign Key Relationship Limits- A table can reference a maximum of 253 other tables and columns as foreign keys(outgoing references).
각 테이블은 최대 253개의 다른 테이블 및 열을 외래 키(나가는 참조)로 참조할 수 있습니다.A table can reference a maximum of 253 other tables and columns as foreign keys (outgoing references).
The problem is we don't know how to insert the corresponding foreign keys into the child table.
문제는 해당 외래 키를 자식 테이블에 삽입하는 방법을 모른다는 것입니다.
Similarly, the ON DELETE SET NULL clause means that if a customer is deleted from the Customer table, all corresponding foreign keys in the Orders table will automatically be set to NULL.
마찬가지로 ON DELETE SET NULL 절은 고객 테이블에서 고객이 삭제되는 경우 순서 테이블의 모든 해당 외래 키가 자동으로 NULL로 설정됨을 의미합니다.
By convention, Django appends"_id" to the foreign key field name.
관례에 따라, Django는 외래 키 필드명에 "_id" 이름을 자동으로 추가합니다.
Notice I didn't have to create foreign key relationships.
외래 키 관계를 만드는 방법에 대해 설명합니다.
Foreign Key.
외래 키.
Results: 30, Time: 0.039

How to use "foreign keys" in an English sentence

Foreign keys are another type of constraint.
Foreign keys however can't span engine types.
Gets the foreign keys of the table.
Foreign keys were added in version 3.6.something.
foreign keys that refer to remote tables.
Those are foreign keys across multiple fields.
Blog » Are your foreign keys indexed?
The new foreign keys on memory tables.
Why are foreign keys ignored on subscribers?
The foreign keys are removed without notice.
Show more

How to use "외래 키를" in a Korean sentence

(둘 중 하나를 정해서 테이블의 외래 키를 관리해야 한다) : 외래 키를 관리하는 것을 연관관계의 주인(mappedBy)이라 한다.
그렇기에 테이블 사이에 연속되는 관련성을 외래 키를 사용해 정의할 수 있다.
SQLite를 사용할 때는 마이그레이션에서 외래 키를 생성하기 전에 외래 키 기능을 활성화해야합니다.
하나의 테이블이 여러 개의 외래 키를 포함할 수 있다.
외래 키를 다른 테이블의 기본 키 열에 의해 참조 되는 열입니다.
Products 테이블에서 공급 업체 ID 열을 외래 키라고 합니다. 외래 키를 다른 테이블의 기본 키가입니다.
그렇다면 외래 키를 통해 참조 된 객체를 검색 / 할당하려면 어떻게해야합니까?
CASCADE는 삭제된 행을 가리키는 외래 키를 포함하는 모든 행도 함께 삭제되도록 지정합니다.
그러나 데이터 모델에 외래 키를 갖고 있으면 더 간단하고 효과적으로 데이터를 갱신할 수 있습니다.
외래 키를 간단히 설명하자면 다른 테이블의 기본 키라 할 수 있습니다.

Word-for-word translation

Top dictionary queries

English - Korean