基础表 meaning in English
base table
underlying table
Examples
- The underlying table cannot be modified , truncated , or dropped while an online index operation is in process
在联机索引操作过程中,不能修改、截断或删除基础表。 - The underlying table cannot be altered , truncated , or dropped while an online index operation is in process
不能在执行联机索引操作的过程中更改、截断或删除基础表。 - If all is specified and the underlying table is a heap , the rebuild operation has no effect on the table
如果指定all且基础表为堆,则重新生成操作对表没有任何影响。 - The foreign key constraint on the underlying table is automatically disabled and warning message is displayed
对基础表的foreign key约束自动被禁用,并显示警告消息。 - This restriction can be resolved by declaring the cursor on the underlying tables and not on the view itself
此项限制可通过在基础表上而不是在视图本身上声明游标得到解决。