ALTER TABLE 한국어 뜻 - 한국어 번역

['ɔːltər 'teibl]
['ɔːltər 'teibl]
ALTER TABLE

영어에서 Alter table 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Issue the ALTER TABLE command.
Alter table 명령문 이용.
ALTER TABLE table ADD name type;
Table 수정하고자 하는 Table의 이름.
Removing the need for ALTER TABLE….
NULL 허용하지 않는 ALTER TABLE….
Alter table employee drop primary key;
ALTER TABLE 테이블명 DROP PRIMARY KEY;
Removing the need for ALTER TABLE….
이 경우 Reorganize 대신 ALTER TABLE….
Alter table employee drop primary key;
Alter table 테이블이름 drop primary key;
SQLite supports a limited subset of ALTER TABLE.
SQLite 는 제한적으로 ALTER TABLE 지원합니다.
Alter table employee drop primary key;
형식은 alter table [테이블명] drop primary key 입니다.
To do this we can use ALTER TABLE statement.
이런 경우에 ALTER TABLE 문을 사용합니다. In that case use ALTER TABLE statement.
ALTER TABLE is used to modify an existing table's definition.
ALTER TABLE 은 존재하고 있는 테이블의 정의를 변경할 때에 사용한다.
For example, such constraints defined on tables that are sources of partition switching may cause an ALTER TABLE….
예를 들어 파티션 전환의 원본인 테이블에 정의된 이러한 제약 조건으로 인해 ALTER TABLE….
ALTER TABLE operations such as DROP COLUMN, ALTER COLUMN, ADD CONSTRAINT are omitted.
DROP COLUMN, ALTER COLUMN, ADD CONSTRAINT 등 다른 기능은 지원하지 않습니다.
Replication failed when a column was added to the ALTER TABLE, while replicating INSERT… SELECT(CUBRIDSUS-11166)¶.
INSERT… SELECT 복제 도중 ALTER TABLE로 칼럼 추가하면 복제가 실패하는 현상(CUBRIDSUS-11166).
See Section 13.1.5,“CREATE TABLE Syntax”, andSection 13.1.2,“ALTER TABLE Syntax”.
AUTO_INCREMENT 속성을 컬럼에 할당하는 방법: Section 13.1.5, “CREATE TABLE 신텍스”, 및 Section 13.1.2,ALTER TABLE 신텍스”를 참조.
You cannot issue an ALTER TABLE statement to convert a disk-based table into a memory-optimized table..
그러나 디스크 기반 테이블을 메모리 최적화 테이블로 변환하기 위해 ALTER TABLE 문을 실행할 수는 없습니다.
A FULLTEXT index definition can be given either in the CREATE TABLE statement, or added later using the ALTER TABLE or CREATE INDEX commands.
FULLTEXT 인덱스 정의는 테이블을 생성할 때 CREATE TABLE 명령문에 주어질 수 있거나, 또는 ALTER TABLE 또는 CREATE INDEX를 사용한 후에 추가될 수가 있다.
To fix this disparity between column lengths, use ALTER TABLE to lengthen ActualPC from 10 characters to 15 characters.
컬럼 길이 간의 이러한 문제를 해결 하기 위해서는, ALTER TABLE를 사용해서 ActualPC의 길이를 10 개 문자에서 15 문자로 늘리도록 한다.
The maximum size of the temporary file that MySQL is allowed to use while re-creating a MyISAM index(during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).
MyISAM 인덱스를 재 생성하는 동안 (REPAIR TABLE, ALTER TABLE, 또는 LOAD DATA INFILE를 실행하는 동안) MySQL이 사용할 수 있는 임시 파일의 최대 크기.
You can use the Transact-SQL ALTER TABLE… SWITCH statement to quickly and efficiently transfer subsets of your data in the following ways.
Transact-SQL ALTER TABLE… SWITCH 문을 사용하여 다음과 같은 방법으로 데이터 블록을 신속하고 효율적으로 전송할 수 있습니다.
A FULLTEXT index definitioncan be given in the CREATE TABLE statement when a table is created, or added later using ALTER TABLE(or CREATE INDEX).
FULLTEXT 인덱스 정의는 테이블을 생성할 때 CREATE TABLE명령문에 주어질 수 있거나, 또는 ALTER TABLE 또는 CREATE INDEX를 사용한 후에 추가될 수가 있다.
As a result of this change, range selects, full table scans, the ALTER TABLE operation, and index generation are up to 5x faster than before.
결과적으로, 구간 검색, 전체 테이블 검색, ALTER TABLE 그리고 index 생성을 이전 버전에 비해 최대 5 배 빠르게 할 수 있습니다.
The hash index bucket count is specifiedat index create time, and can be changed using the ALTER TABLE….
해시 인덱스 버킷 수는 인덱스를 만들 때 지정되며, ALTER TABLE… ALTER INDEX REBUILD 구문을 사용하여 변경할 수 있습니다. The hash index bucket count is specified at index create time,and can be changed using the ALTER TABLE….
Now, we can't do it with ALTER TABLE, but should use UPDATE and I haven't explained it, so use the"cut& paste" and everyone will be happy:-.
이제 우리는 ALTER TABLE를 이용할 수 없지만, 아직 설명하지 않은 UPDATE를 사용할 수 있다. "cut & paste"를 이용하라. 모든 사람이 happy 해질 것 이 다 . :-.
However, because there are no rows in the table against which to check the condition of this constraint, the ALTER TABLE statement succeeds.
그러나 이 제약 조건이 적용되는 테이블에 행이 없기 때문에 ALTER TABLE 문이 성공합니다. However, because there are no rows in the table against which to check the condition of this constraint, the ALTER TABLE statement succeeds.
Individual CREATE TABLE or ALTER TABLE statements can have multiple constraints that require that an index be created.
개별 CREATE TABLE 또는 ALTER TABLE 문에는 인덱스를 생성해야 하는 여러 제약 조건이 있을 수 있습니다. Individual CREATE TABLE or ALTER TABLE statements can have multiple constraints that require that an index be created.
For example, such constraints defined on tables that are sources of partition switching may cause an ALTER TABLE… SWITCH operation to fail.
예를 들어 파티션 전환의 원본인 테이블에 정의된 이러한 제약 조건으로 인해 ALTER TABLE… SWITCH 작업이 실패할 수 있습니다. For example, such constraints defined on tables that are sources of partition switching may cause an ALTER TABLE… SWITCH operation to fail.
The syntax of the CREATE INDEX, CREATE TABLE, and ALTER TABLE statements supports the keywords ASC(ascending) and DESC(descending) on individual columns in indexes and constraints.
CREATE TABLEALTER TABLE 문의 구문은 인덱스와 제약 조건의 개별 열에서 ASC(오름차순) 및 DESC(내림차순) 키워드를 지원합니다. The syntax of the CREATE INDEX, CREATE TABLE, and ALTER TABLE statements supports the keywords ASC (ascending) and DESC (descending) on individual columns in indexes and constraints.
The hash index bucket count is specifiedat index create time, and can be changed using the ALTER TABLEALTER INDEX REBUILD syntax.
해시 인덱스 버킷 수는 인덱스를 만들 때 지정되며, ALTER TABLE… ALTER INDEX REBUILD 구문을 사용하여 변경할 수 있습니다. The hash index bucket count is specified at index create time,and can be changed using the ALTER TABLEALTER INDEX REBUILD syntax.
You can override the max degree of parallelism value for individual index operations by setting the MAXDOP index option in the CREATE INDEX, ALTER INDEX,DROP INDEX, and ALTER TABLE statements.
DROP INDEX 및 ALTER TABLE 문에서 MAXDOP 인덱스 옵션을 설정하여 개별 인덱스 작업에 대한 max degree of parallelism 값을 재정의할 수 있습니다. You can override the max degree of parallelism value for individual index operations by setting the MAXDOP index option in the CREATE INDEX, ALTER INDEX, DROP INDEX,and ALTER TABLE statements.
If the table is published for replication, you must make schema changes using the Transact-SQL statement ALTER TABLE or SQL Server Management Objects(SMO).
테이블이 복제용으로 게시된 경우 Transact-SQL 문 ALTER TABLE 또는 SMO(SQL Server 관리 개체)를 사용하여 스키마를 변경해야 합니다. If the table is published for replication, you must make schema changes using the Transact-SQL statement ALTER TABLE or SQL Server Management Objects (SMO).
결과: 56, 시각: 0.0447

문장에서 "alter table"을 사용하는 방법

Also the Alter table … move partition ..
Memory access error with alter table character change.
alter table import tablespace stops the sql server.
Logically alter table to set transactional=true is supported.
Fixed bug crash when generate alter table statements.
Now execute the alter table query in onCreate() method.
Alter table – changes structure of an existing table.
Also see, alter table modify column definition in MySQL.
Revision text: alter table BBDW.[DIM_EVENT] alter column [EVENTSTATRTTIME] dbo.[UDT_HOURMINUTE].
Our live tables present the objectives alter table position.

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어