| 1. | Describes how several data modification statements can be grouped in a transaction 说明如何将多个数据修改语句组成一个事务。 |
| 2. | Data modification statements , therefore , typically request both shared locks and exclusive locks 因此,数据修改语句通常请求共享锁和排他锁。 |
| 3. | This includes triggers and data modification statements such as insert , update , and delete 这包括触发器和insert 、 update及delete等数据修改语句。 |
| 4. | Forces all data modification statements executed against the view to follow the criteria set within 强制针对视图执行的所有数据修改语句都必须符合在 |
| 5. | Specifies the data modification statements , when tried against this table or view , activate the dml trigger 指定数据修改语句在试图修改表或视图时,激活dml触发器。 |
| 6. | This trigger lets the user specify the set of actions that must happen to process the data modification statement 此触发器允许用户指定必须发生以处理数据修改语句的操作集合。 |
| 7. | Data modification statements , such as insert , update , and delete combine both modification and read operations 数据修改语句(如insert 、 update和delete )合并了修改和读取操作。 |
| 8. | Earlier versions of sql server only support after triggers on delete and other data modification statements Sql server的早期版本只支持delete和其他数据修改语句上的after触发器。 |
| 9. | The instead of trigger is executed instead of the data modification statement on which the trigger is defined 将执行instead of触发器,而不是执行对其定义了触发器的数据修改语句。 |
| 10. | Earlier versions of sql server only support after triggers defined on update and other data modification statements 早期版本的sql server只支持对update和其他数据修改语句定义after触发器。 |