| 单词 | alter table | ||||||||||||||||
| 释义 | alter table
更多释义 收起释义 例句释义: 修改表,表名,修改表结构 1. First the ALTER TABLE ATTACH PARTITION command incorporates an existing table into a partitioned table as a new data partition. 首先,利用命令ALTERTABLEATTACHPARTITION,以新数据分区的方式,将现有的表合并到已分区表中。 www.ibm.com 2. 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约束的锁定粒度。 technet.microsoft.com 3. Note, however, that the ALTER TABLE statement only allows you to increase the inline length. 但是要注意,ALTERTABLE语句只允许增加inlinelength。 www.ibm.com 4. Specifies the properties of a computed column that are added to a table by using ALTER TABLE. 指定通过使用ALTERTABLE添加到表中的计算列的属性。 msdn2.microsoft.com 5. 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参数控制如何在持久基础上对某个特定表进行锁定。 www.ibm.com 6. For more information about the modifications that can be made to a table, see ALTER TABLE (Transact-SQL). 有关修改表的详细信息,请参阅ALTERTABLE(Transact-SQL)。 technet.microsoft.com 7. These ALTER TABLE statements should be executed with the same care as any INSERT, UPDATE, or DELETE statement that affects many rows. 如同影响许多行的INSERT、UPDATE或者DELETE语句一样,应谨慎执行这些ALTERTABLE语句。 msdn2.microsoft.com 8. DML triggers defined on tables can be also be disabled or enabled by using ALTER TABLE. 还可以通过使用ALTERTABLE来禁用或启用为表所定义的DML触发器。 msdn2.microsoft.com 9. For more information, see CREATE TABLE statement, ALTER TABLE statement, DECLARE LOCAL TEMPORARY TABLE statement, and LOAD TABLE statement. 有关详细信息,请参见CREATETABLE语句、ALTERTABLE语句、DECLARELOCALTEMPORARYTABLE语句和LOADTABLE语句。 www.ianywhere.com 10. You can use the SYSTEM_USER function with DEFAULT constraints in the CREATE TABLE and ALTER TABLE statements. 您可以在CREATETABLE和ALTERTABLE语句中将SYSTEM_USER函数与DEFAULT约束一起使用。 msdn2.microsoft.com 1. SQL described tables and indexes can also be placed and moved by the corresponding ALTER TABLE or ALTER INDEX commands. SQL描述的表和索引也可以通过对应的ALTERTABLE或ALTERINDEX命令放置和移动。 www.ibm.com 2. ALTER TABLE can be below as identical as original list catalog catalog found express temporarily. ALTERTABLE会在与原始表目录相同的目录下创建临时表。 www.nwpu.net 3. ALTER TABLE permissions apply to both tables involved in an ALTER TABLE SWITCH statement. ALTERTABLE权限适用于ALTERTABLESWITCH语句涉及的两个表。 msdn2.microsoft.com 4. In an ALTER TABLE. . . SWITCH operation, the lock is acquired on both the source and target tables. ALTERTABLE…SWITCH操作中,源表和目标表都需要锁。 msdn2.microsoft.com 5. The Transact-SQL ALTER TABLE. SWITCH statement lets you transfer blocks of data quickly and efficiently between partitioned tables. Transact-SQLALTERTABLE.SWITCH语句使您可以在已分区表之间快速有效地传输数据块。 technet.microsoft.com 6. Columns that do not allow null values can be added with ALTER TABLE only if they have a default specified or if the table is empty. 如果列不允许空值,则只有在指定了默认值或表为空的情况下,才能用ALTERTABLE语句添加该列。 msdn2.microsoft.com 7. When an ALTER TABLE statement is run, the messages that are created by these three event notifications are merged into one. 运行ALTERTABLE语句时,这三个事件通知创建的消息将合并为一条消息。 msdn2.microsoft.com 8. After rebuilding the index, constraints must be manually enabled by using the ALTER TABLE CHECK CONSTRAINT statement. 重新生成索引后,必须使用ALTERTABLECHECKCONSTRAINT语句手动启用约束。 msdn2.microsoft.com 9. Syntax 1 The ALTER TABLE statement changes table attributes (column definitions, constraints) in a table that was previously created. 语法1ALTERTABLE语句更改以前创建的表中的表属性(列定义、约束)。 www.ianywhere.com 10. Grant ALTER TABLE permission to the user on all tables that are affected by the bcp process. 将受bcp进程影响的所有表的ALTERTABLE权限授予用户。 technet.microsoft.com 1. Generates ALTER TABLE statements when scripting constraints. 在编写约束脚本时生成ALTERTABLE语句。 msdn2.microsoft.com 2. We recommend that you create default definitions by using the DEFAULT keyword in the ALTER TABLE or CREATE TABLE statements instead. 建议您改为在ALTERTABLE或CREATETABLE语句中使用DEFAULT关键字来创建默认定义。 msdn2.microsoft.com 3. A partition switch involves execution of an ALTER TABLE statement. 分区切换涉及ALTERTABLE语句的执行。 msdn2.microsoft.com 4. You can specify collations for each character string column using the COLLATE clause of the CREATE TABLE or ALTER TABLE statement. 可以使用CREATETABLE或ALTERTABLE语句的COLLATE子句指定每个字符串列的排序规则。 msdn2.microsoft.com 5. Grant ALTER TABLE permission to the user on all tables that are affected by the. 进程影响的所有表的ALTERTABLE权限授予用户。 msdn2.microsoft.com 6. For more information about the DEFAULT keyword, see ALTER TABLE (Transact-SQL) and CREATE TABLE (Transact-SQL). 有关DEFAULT关键字的详细信息,请参阅ALTERTABLE(Transact-SQL)和CREATETABLE(Transact-SQL)。 technet.microsoft.com 7. ALTER TABLE can be time-consuming, and the server will not process requests referencing the table while the statement is being processed. ALTERTABLE可能很耗时,当正在处理语句时,服务器不会处理引用表的请求。 www.ianywhere.com 8. The ALTER TABLE statement is used to add or drop columns in an existing table. 修改数据库表结构状态是用来在现有表格中增加或减少列。 dictsearch.appspot.com 9. Instead, use default definitions that you can create by using the DEFAULT keyword of ALTER TABLE or CREATE TABLE. 请改用使用ALTERTABLE或CREATETABLE的DEFAULT关键字创建的默认定义。 msdn2.microsoft.com 10. The changes specified in ALTER TABLE are implemented immediately. ALTERTABLE语句指定的更改将立即实现。 msdn2.microsoft.com 1. NOCHECK CONSTRAINT is used with ALTER TABLE to disable the constraint and allow for an insert that would typically violate the constraint. NOCHECKCONSTRAINT与ALTERTABLE一起使用以禁用该约束,从而允许执行通常会违反约束的插入操作。 msdn2.microsoft.com 2. Updated the requirements for ALTER TABLE permission. 更新了对ALTERTABLE权限的要求。 technet.microsoft.com 3. In the previous example, trigger safety fires after any DROP TABLE or ALTER TABLE event. 在前面的示例中,在发生DROPTABLE事件或ALTERTABLE事件后触发触发器safety。 technet.microsoft.com 4. If the changes require modifications of the rows in the table, ALTER TABLE updates the rows. 如果这些更改需要修改表中的行,ALTERTABLE将更新这些行。 msdn2.microsoft.com 5. Instead, use default definitions created using the DEFAULT keyword of ALTER TABLE or CREATE TABLE. 而应使用通过使用ALTERTABLE或CREATETABLE的DEFAULT关键字所创建的默认值定义。 technet.microsoft.com 6. Columns can be renamed online using the ALTER TABLE statement. 使用ALTERTABLE语句在线重命名列。 www.ibm.com 7. If the new expression is invalid, the ALTER TABLE statement fails. 如果新表达式无效,则ALTERTABLE语句失败。 www.ianywhere.com 8. The ALTER COLUMN clause cannot be used on ALTER TABLE. ALTERCOLUMN子句无法在ALTERTABLE上使用。 technet.microsoft.com 9. Before you execute the generated script reorg. sql, you need to create the ALTER TABLE statements to activate value compression. 在执行生成的reorg.sql脚本之前,需要创建ALTERTABLE语句,以激活值压缩。 www.ibm.com 10. The script below will scan for AW fact tables named using the wildcard expression %_MEASURES and scripts ALTER TABLE and REORG commands. 以下脚本将使用通配符表达式%_MEASURES以及脚本ALTERTABLE和REORG命令扫描指定的AW事实表。 www.ibm.com 1. To enable the constraint, use the ALTER TABLE CHECK statement. 若要启用该约束,请使用ALTERTABLECHECK语句。 msdn2.microsoft.com 2. You can create a table WITH AUDIT clause or alter table ADD|DROP AUDIT clause. 您可以创建一个表格WITHAUDIT子句,或者改变表格ADD|DROPAUDIT子句。 www.ibm.com 3. Alter table scott. Dept add supplemental log group. 时,也要求参与复制的表传输附加日志 xzh2000.itpub.net 4. You cannot use ALTER TABLE on a local temporary table. 对于局部临时表不能使用ALTERTABLE。 www.ianywhere.com 5. Enable any FOREIGN KEY constraints by using the ALTER TABLE CHECK CONSTRAINT statement. 使用ALTERTABLECHECKCONSTRAINT语句启用任何FOREIGNKEY约束。 msdn2.microsoft.com 6. "ALTER TABLE APPEND ON" enables append mode for the table. “ALTERTABLEAPPENDON”为表启用追加(append)模式。 www.ibm.com 7. You can add constraints to an existing table by using the ALTER TABLE statement. 您可以添加的限制,现有的表使用ALTERTABLE语句。 wenwen.soso.com 8. ALTER TABLE is prevented whenever the statement affects a table that is currently being used by another connection. 只要语句影响了当前正由其它连接使用的表,都会禁止ALTERTABLE。 www.ianywhere.com 9. ALTER TABLE requires exclusive access to the table. ALTERTABLE要求能够独占访问表。 www.ianywhere.com 10. Option of ALTER TABLE, and using the WITH CHECK option to validate them. 选项重新启用约束检查,并使用WITHCHECK选项对其进行验证。 msdn2.microsoft.com 1. This property is used with the CREATE TABLE and ALTER TABLE Transact-SQL statements. 此属性与CREATETABLE及ALTERTABLETransact-SQL语句一起使用。 msdn2.microsoft.com 2. Change the column type to XML by using the ALTER TABLE statement. 使用ALTERTABLE语句将列类型更改为XML。 msdn2.microsoft.com 3. For example, such constraints defined on tables that are sources of partition switching may cause an ALTER TABLE. SWITCH operation to fail. 例如,为表定义的作为分区切换的源的此类约束可能会导致ALTERTABLE.SWITCH操作失败。 technet.microsoft.com 4. The statements at B and C show only the col1 column because the ALTER TABLE statement has been rolled back. 标签B和C的语句仅显示col1列,因为ALTERTABLE语句被回滚了。 www.ibm.com 5. In SQL Server 2005, other index options can be specified in the index_option (Transact-SQL) clause of ALTER TABLE. 在SQLServer2005中,可在ALTERTABLE的index_option(Transact-SQL)子句中指定其他索引选项。 msdn2.microsoft.com 6. This is done by ALTER TABLE statements. 这是通过ALTERTABLE语句来完成的。 www.zzbaike.com 7. For example, you cannot add and drop PRIMARY KEY or UNIQUE constraints in the same ALTER TABLE statement. 例如,无法在同一个ALTERTABLE语句中添加和删除PRIMARYKEY或UNIQUE约束。 msdn2.microsoft.com 8. The second algorithm is used when the table is placed in APPEND mode through ALTER TABLE. 当表是通过ALTERTABLE以APPEND模式放置时,就要使用第二种算法。 www.ibm.com 9. Not always alter table, alter column or alter index 不需要经常修改表结构 ncisoft.javaeye.com 10. In the following example, DDL trigger safety will fire whenever a DROP TABLE or ALTER TABLE event occurs in the database 在下面的示例中,每当数据库中发生DROPTABLE或ALTERTABLE事件,都将触发DDL触发器safety technet.microsoft.com 1. By defining a PRIMARY KEY or UNIQUE constraint on a column by using CREATE TABLE or ALTER TABLE 使用CREATETABLE或ALTERTABLE对列定义PRIMARYKEY或UNIQUE约束 technet.microsoft.com 2. ALTER TABLE tablenameDROP COLUMNS CONTINUE CHECKPOINT 继续删除列选项 wenku.baidu.com 3. alter table employee disable all triggers; 禁止表的所有触发器 wenku.baidu.com 4. alter table student add constraint DEFAULT 添加默认约束 wenku.baidu.com 5. alter table employee enable all triggers; 激活表的所有触发器 wenku.baidu.com 6. ALTER TABLE TABLENAME MOVE TABLESPACE TABLESPACENAME; 把表移到另一个表空间 wenku.baidu.com 7. alter table table_name disable all triggers; 禁用某个表对象的所有触发器。 blog.sina.com.cn 8. alter table name move tablespace newtablespace 改变表所在的表空间 blog.sina.com.cn 9. Alter table parenttable drop column consname cascade constraints; 外健约束中父表及相关约束的级联删除; bbs.rzz.cn 10. alter table table_name enable all triggers; 启用某个表对象上的所有触发器。 blog.sina.com.cn 1. According to this sample, the following steps will be executed by ALTER TABLE statements 对于这个示例,ALTERTABLE语句将执行以下步骤 www.ibm.com 2. alter table mytable move tablespace myspace; 移动表到指定表空间 blog.sina.com.cn 3. Alter table emp disable all triggers; 禁止或激活表的所有触发器 blog.chinahr.com 4. ALTER TABLE table-name RENAME TO new-table-name; 修改表结构,之一,表更名; ezdo.cn 5. Alter Table Student drop column stuOther -- 修改表中的一列 wenku.baidu.com 6. ALTER TABLE SALES COALESCA PARTITION; 七、重命名表分区 blog.sina.com.cn 7. alter table xxx modify aaa (not) null; 修改某一列允许为空(不为空) wenku.baidu.com 8. ALTER TABLE TEST DROP PRIMARY KEY; 去掉表TEST的主键看看。 blog.sina.com.cn 9. alter table xxx modify aaa default 修改某一列的默认值 wenku.baidu.com 10. alter table test alter column b int not null 修改表test使列b不能为空 blog.sina.com.cn 1. ALTER TABLE users ADD PARTITION PARTITIONS 8; 将分区总数扩展到8个。 bbs.lihuasoft.net 2. alter table tablename change columname newdefinition; 改变表的数据类型 zhidao.baidu.com 3. Alter table tablename alter column columnname set default defaultvalue; 已建表修改 xs.tzblog.com 4. Alter table A enable trigger all 启用A表所有的触发器 faq.173now.com 5. alter table employeInfo add phone blob 给表新添加一列 blog.sina.com.cn 6. Alter table TABLENAME drop column 删除资料表栏位栏位名称 www.8wen.com 7. Alter table TABLENAME add column 新增资料表栏位 www.8wen.com 8. The following example demonstrates how to rename a column using the ALTER TABLE command while keeping the table fully accessible 下面的示例演示了如何使用ALTERTABLE命令重命名一个列,同时保持表具有完整的可访问性 www.ibm.com 9. Alter table tabname drop column colname 删除一个列 www.baike.com 10. alter table stuInfo add constraint UQ_StuID unique (stuID) 添加唯一约束(身份证号唯一,建立唯一约束) wenku.baidu.com 1. alter table emp add constraint jfsd default 10000 for gongzi emp表中的gongzi列默认为10000 blog.sina.com.cn |
||||||||||||||||
| 随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。