青年中文青年中文

alter table的意思

alter table中文翻譯:

修改表的定義

相似詞語短語

alter───vi.改變;修改;n.(Alter)(美、德)阿爾特(人名);vt.改變,更改

fraudulently alter───欺詐性地改變

materially alter───實質性變更

alter column───更改列

alter ego───n.密友,至交,個性的另一面;n.密友;個性的另一面;至交

table───vt.制表;擱置;嵌合;n.桌子;表格;平地層;adj.桌子的;n.(Table)人名;(羅)塔布萊

circumstances alter cases───(諺)人的行為因環境變化而變化,情勢改變立場,情勢改變態度;事隨境遷

play table───游戲桌

table grape───鮮食葡萄

雙語使用場景

The second algorithm is used when the table is placed in APPEND mode through ALTER table.───當表是通過ALTER table以append模式放置時,就要使用第二種算法。

You can create a table WITH AUDIT clause or alter table ADD|DROP AUDIT clause.───您可以創建一個表格 WITH AUDIT 子句,或者改變表格 ADD|DROP AUDIT 子句。

Columns can be renamed online using the ALTER TABLE statement.───使用ALTER table語句在線重命名列。

First the ALTER TABLE ATTACH PARTITION command incorporates an existing table into a partitioned table as a new data partition.───首先,利用命令ALTERTABLEATTACHPARTITION,以新數據分區的方式,將現有的表合并到已分區表中。

In addition, the CREATE TABLE and ALTER TABLE statements can be used to set locking granularity on PRIMARY KEY and UNIQUE constraints.───另外,CREATETABLE和ALTERTABLE語句還可用于設置PRIMARYKEY和UNIQUE約束的鎖定粒度。

Note, however, that the ALTER TABLE statement only allows you to increase the inline length.───但是要注意,ALTERTABLE語句只允許增加inlinelength。

Specifies the properties of a computed column that are added to a table by using ALTER TABLE.───指定通過使用ALTERTABLE添加到表中的計算列的屬性。

Use the LOCKSIZE parameter of the ALTER TABLE statement to control how locking is done for a specific table on a permanent basis.───使用altERTABLE語句的LOCKSIZE參數控制如何在持久基礎上對某個特定表進行鎖定。

For more information about the modifications that can be made to a table, see ALTER TABLE (Transact-SQL).───有關修改表的詳細信息,請參閱ALTERTABLE(Transact-SQL)。

英語使用場景

DB2 9.7.1 took a step towards improving the availability of the partitioned table by making roll-out (ALTER TABLE DETACH PARTITION) online for most common accesses.