网站首页  词典首页

请输入您要查询的英文单词:

 

单词 base table
释义

base table

美 
英 
  • un.库登记表
  • 网络基本表;基表;基础表
un.
1.
库登记表

例句

释义:
1.
The view (and its accompanying index, if it is an indexed view) can be copied to the Subscriber, but the base table must also be replicated.
可以将视图(若是索引视图,要连同其所附索引)复制到订阅服务器,同时还必须复制基表。
msdn2.microsoft.com
2.
The result set returned by a pass-through query can be used in the FROM clause of a query like an ordinary base table.
传递查询返回的结果集像普通基表一样可以用于查询的FROM子句中。
technet.microsoft.com
3.
In these cases, the trigger can be coded to use alternative sources of information to determine the values to set in the base table columns.
在这些情况下,可对触发器进行编码以使用备用信息源确定基表列中要设置的值。
technet.microsoft.com
4.
Base table fields have been changed and no longer match view fields. View field properties cannot be set.
基表字段已被更改,不再匹配视图字段,因此不能设置视图字段属性。
www.dictall.com
5.
The row set request may be in the form of executing a query against the provider or opening a base table from the provider .
行集请求的形式可以是对该访问接口执行查询或从该访问接口打开基表。
www.bing.com
6.
The select list of a view can also contain expressions that do not directly map to a single base-table column.
视图的选择列表还可以包含不直接映射到单个基表列的表达式。
msdn2.microsoft.com
7.
When SCHEMABINDING is specified, the base table or tables cannot be modified in a way that would affect the view definition.
如果指定了SCHEMABINDING,则不能按照将影响视图定义的方式修改基表或表。
msdn2.microsoft.com
8.
Can be the same as the name of a base table or view.
可以与基表或基视图的名称相同。
msdn2.microsoft.com
9.
Number of probe scans per second that are used to find at most one single qualified row in an index or base table directly.
每秒内用于直接在索引或基本表中查找最多一个限定行的探测扫描数。
msdn2.microsoft.com
10.
If the query optimizer decides to use an indexed view in a query plan, the indexed view is treated the same way as a base table.
如果查询优化器决定使用查询计划的索引视图,则索引视图将按照基表的处理方式进行处理。
msdn2.microsoft.com
1.
An UPDATE statement referencing a table or view can change the data in only one base table at a time.
引用某个表或视图的UPDATE语句每次只能更改一个基表中的数据。
msdn2.microsoft.com
2.
A column in a view does not automatically have the same properties as the column in the base table.
视图中的列不会自动具有该列在基表中的属性。
office.microsoft.com
3.
To do this, the INSTEAD OF UPDATE trigger must not try to update the values for the corresponding columns in the base table.
要做到这一点,INSTEADOFUPDATE触发器必须不尝试更新基表中相应列的值。
msdn2.microsoft.com
4.
External tables can be created with the columns of all the data types supported by the regular base table in IDS.
外部表可以使用IDS中的常规基表支持的所有数据类型的列创建。
www.ibm.com
5.
As the data for the base table(s) changes, the MQT needs to be updated accordingly.
当基本表中的数据发生改变时,需要相应地更新MQT。
www.ibm.com
6.
The SQL statement to execute or the name of the base table to open.
将要执行的SQL语句或将要打开的基表的名称。
msdn2.microsoft.com
7.
For this type of article, the base table does not need to be published separately.
对于此类型的项目,不需要单独发布基表。
technet.microsoft.com
8.
Nonclustered indexes do not have to be scanned to validate the base table.
不必扫描非聚集索引就可验证基表。
msdn2.microsoft.com
9.
These issues also apply to view columns that are simple expressions referencing a computed column in a base table.
这些情况也适用于作为简单表达式的视图列,这些视图列引用基表中的计算列。
technet.microsoft.com
10.
This procedure migrates the data from each remote table into the base table created by the sa_migrate_create_tables procedure.
此过程将数据从每个远程表迁移到由sa_migrate_create_tables过程创建的基表中。
www.ianywhere.com
1.
The columns changed by the UPDATE must be resolved to a single base table.
由UPDATE更改的列必须解析到一个基表。
msdn2.microsoft.com
2.
An index is an ordered set of pointers to rows in a base table.
索引是一个指向基础表的有序指针集。
www.ibm.com
3.
Any modifications, including UPDATE, INSERT, and DELETE statements, must reference columns from only one base table.
任何修改(包括UPDATE、INSERT和DELETE语句)都只能引用一个基表的列。
technet.microsoft.com
4.
API cursor query contains an indexed view with a unique access path, but not at the base-table level.
API游标查询包含具有唯一访问路径但不处于基表级别的索引视图。
msdn2.microsoft.com
5.
This set of columns may be generated from a base table primary key, a unique constraint or a unique index.
这组列可以从基表主键、唯一约束或唯一索引生成。
msdn2.microsoft.com
6.
The view referenced by table_or_view_name must be updatable and reference exactly one base table in the FROM clause of the view.
table_or_view_name引用的视图必须可更新,并且只在该视图的FROM子句中引用一个基表。
technet.microsoft.com
7.
However, the design of an MQT can be affected by which partitioning features are used on the base table.
然而,MQT的设计却可能受到基本表上使用的分区特性的影响。
www.ibm.com
8.
Creates a secondary XML index on columns (PK, path and node value) of the primary XML index where PK is the primary key of the base table.
为PK为基表主键的主XML索引列(PK、路径值和节点值)创建辅助XML索引。
technet.microsoft.com
9.
Each modification to an underlying base table starts the chain of applying constraints and firing AFTER triggers defined for the table.
对基表的每次修改都将应用约束并触发为该表定义的AFTER触发器。
msdn2.microsoft.com
10.
XML indexes use the same partitioning scheme and partitioning function of the base table.
XML索引使用基表的相同分区方案和分区函数。
msdn2.microsoft.com
1.
The column ID of a base table should be invariant under views.
基表的列ID应该在视图下保持不变。
msdn2.microsoft.com
2.
The wizard automatically detects the column definitions of the base table being indexed.
该向导自动检测所索引的基表的列定义。
www-128.ibm.com
3.
For this type of article, the base table must also be published.
对于此类型的项目,还必须发布基表。
msdn2.microsoft.com
4.
When querying a view, only one full-text indexed base table can be involved.
查询视图时,仅能涉及一个全文索引的基表。
msdn2.microsoft.com
5.
Each column in the inserted and deleted tables maps directly to a column in the base table.
插入的和删除的表中的每一列都直接映射到基表中的列。
msdn2.microsoft.com
6.
A null value if the base table name cannot be determined.
如果无法确定基表名称,则为空值。
msdn2.microsoft.com
7.
Number of unrestricted full scans. These can either be base table or full index scans.
不受限制的完全扫描数目。这些可以是基表也可以是全文索引扫描。
www.dictall.com
8.
A convenient solution is to use a base table with columns for the MobiLink user name and other session data.
对此,方便的解决方法是使用一个基表,在其中加入列来包含MobiLink用户名和其他会话数据。
www.ianywhere.com
9.
The INSTEAD OF trigger can ignore the value supplied when it forms the INSERT statement that inserts the values into the base table.
INSTEADOF触发器在构成将值插入基表的INSERT语句时,可以忽略提供的值。
technet.microsoft.com
10.
Specify NULL to return information for all indexes for a base table or view.
指定NULL可返回基表或视图的所有索引的信息。
msdn2.microsoft.com
1.
Generates number for local changes to the base table of an article.
生成项目基表的本地更改数。
msdn2.microsoft.com
2.
The generate number for local changes to the base table of an article.
对项目基表所做的本地更改的生成数。
msdn2.microsoft.com
3.
Base cardinality is the number of rows in a base table.
基本的行集数是一个表的行数。
www.itpub.net
4.
Access to the data could then be governed through the view, instead of the base table.
于是,通过这个视图就可以控制对数据的访问,而不必使用基表。
www.ibm.com
5.
Null values returned from a base table are also difficult to distinguish from the null values returned from an outer join.
另外,从基表返回的空值与从外部联接返回的空值很难区分开。
msdn2.microsoft.com
6.
The base table will have rows representing concurrent synchronizations.
此基表将包含表示并发同步的行。
www.ianywhere.com
7.
The primary key of the base table is duplicated in the property table for back join.
在属性表中复制基表的主键以便进行后向联接。
msdn2.microsoft.com
8.
Only views in which all columns refer to the same base table can be used.
只能使用其所有列均引用相同基表的视图。
technet.microsoft.com
9.
The base table structure is not dependent on the structure of a nonclustered index.
基表结构依赖于非聚集索引的结构。
msdn2.microsoft.com
10.
If the base table is partitioned, the XML index uses the same partition scheme as the table.
如果基表已分区,则XML索引与该表使用相同的分区方案。
msdn2.microsoft.com
1.
View expressions that transform the value of a single base table column, such as referencing a column in a function.
转换单个基表列的值的视图表达式,例如在函数中引用列。
technet.microsoft.com
2.
The following example opens a base table and uses an index to quickly retrieve values from the specified range.
下面的示例打开一个基表,并使用索引来快速从指定的范围检索值。
msdn2.microsoft.com
3.
A probe scan is used to directly look up rows in an index or base table.
探测扫描用于直接在索引或基表中查找行。
www.dictall.com
4.
An index or primary key must be defined in the base table.
索引或主键必须在基表中定义。
msdn2.microsoft.com
5.
In general, Microsoft SQL Server 2005 must be able to unambiguously trace modifications from the view definition to one base table.
通常,MicrosoftSQLServer2005必须能够明确跟踪从视图定义到一个基表的修改。
msdn2.microsoft.com
6.
Defragment the index of the base table by using ALTER INDEX REORGANIZE.
使用ALTERINDEXREORGANIZE对基表的索引进行碎片整理。
technet.microsoft.com
7.
In addition, the page counts for each index are tracked separately and are not aggregated for the base table.
此外,将单独跟踪每个索引的页计数,并且不对基表的页计数进行聚合。
msdn2.microsoft.com
8.
Any column in the base table can be specified.
可以指定基表中的任何列。
msdn2.microsoft.com
9.
The use of partitioning features on the base table does not need to take into account whether MQTs will be built upon this table.
基本表上分区特性的使用不需要考虑将来是否会在这个表上创建MQT。
www.ibm.com
10.
Identity columns in the base table for which IDENTITY INSERT is set to OFF.
IDENTITYINSERT设置为OFF的基表中的标识列。
msdn2.microsoft.com
1.
Identity columns in the base table for which IDENTITY INSERT is OFF.
基表中IDENTITYINSERT为OFF的标识列。
technet.microsoft.com
2.
Update the statistics of the base table by using the UPDATE STATISTICS statement.
使用UPDATESTATISTICS语句更新基表的统计信息。
technet.microsoft.com
3.
The primary key is used to correlate index rows with the rows in the base table.
主键用于将索引行与基表中的行相关联。
msdn2.microsoft.com
4.
Base table columns with the timestamp data type.
具有timestamp数据类型的基表列。
technet.microsoft.com
5.
The column can contain duplicate values in the base table.
在基表中该列可以包含重复值。
msdn2.microsoft.com
6.
Because the column ScrapReasonID is an IDENTITY column in the base table, the trigger ignores the user-supplied value.
由于列ScrapReasonID是基表中的IDENTITY列,因此触发器将忽略用户提供的值。
technet.microsoft.com
7.
The second ON phrase is used to join the table expression (sales_order JOIN customer) to the base table sales_order_item.
第二个ON短语用于将表的表达式(sales_orderJOINcustomer)连接到基表sales_order_item。
www.ianywhere.com
8.
Sp_helpmergeconflictrows returns a result set consisting of the base table structure and these additional columns.
sp_helpmergeconflictrows返回由基表结构和下列附加列组成的结果集。
msdn2.microsoft.com
9.
Base table cursors can be opened only by using IOpenRowset: : OpenRowset.
基表游标只能通过使用IOpenRowset::OpenRowset打开。
msdn2.microsoft.com
10.
Just like a base table, a result set from a SELECT query has columns and rows.
与基表类似,SELECT查询的结果集具有列和行。
www.ianywhere.com
1.
The storage engine uses prefetching to speed base table lookups from nonclustered indexes.
存储引擎使用预提取加快非聚集索引的基表查找。
msdn2.microsoft.com
2.
Therefore, they reside in both the index and the base table.
因此,它们既驻留在索引中,也驻留在基表中。
msdn2.microsoft.com
3.
The statement must reference a base table.
语句必须引用基表。
msdn2.microsoft.com
4.
DB2 10 also removes restrictions on the online reorganization of base table spaces that use LOB columns.
DB210还消除了对使用LOB列的基表空间的在线重组限制。
www.ibm.com
5.
Retrieving rows from an index using the IndexName property will retrieve all rows from a base table in index order.
如果使用IndexName属性从索引中检索行,则将按索引顺序从基表中检索所有行。
msdn2.microsoft.com
6.
Name of the table article being joined to the base table.
与基表联接的表项目名。
msdn2.microsoft.com
7.
Name of the owner of the table being joined to the base table.
与基表联接的表所有者的名称。
msdn2.microsoft.com
8.
Name of schema that contains the base table.
包含基表的架构的名称。
technet.microsoft.com
9.
Computed columns in the base table.
基表中的计算列。
msdn2.microsoft.com
10.
SQL Server does not default to scanning the base table into SQL Server and performing the relational operations itself.
默认情况下,SQLServer不将基表扫描进SQLServer,也不自己执行关系操作。
msdn2.microsoft.com
1.
Primary key of the base table.
基表的主键。
technet.microsoft.com
2.
Name of the owner of the base table.
基表所有者的名称。
msdn2.microsoft.com
3.
Name of the table being joined to the base table.
与基表联接的表名。
msdn2.microsoft.com
4.
Updates are not allowed if a base table contains a timestamp column.
如果基表包含timestamp列,则不能进行更新。
technet.microsoft.com
5.
A nonpartitioned clustered index and the base table always reside in the same filegroup.
非分区聚集索引和基表始终在同一个文件组中。
technet.microsoft.com
6.
When using this option , you must also publish the base table .
使用此选项时,还必须发布基表。
www.bing.com
7.
Name of the database that contains the base table that is supplying the column.
包含提供列的基表的数据库名称。
msdn2.microsoft.com
8.
ID of the database that contains the base table that is supplying the column.
包含提供列的基表的数据库ID。
msdn2.microsoft.com
9.
Name of the base table.
基表的名称。
msdn2.microsoft.com
10.
Object ID of the object or base table that is supplying the column.
提供列的对象或基表的对象ID。
msdn2.microsoft.com
1.
A select-list item that is not a base table.
不是基表的select-list项。
www.ianywhere.com
2.
Base table that the view is based on.
用作视图基础的基表。
technet.microsoft.com
3.
If column tracking is used, the base table can include a maximum of 246 columns.
如果使用列跟踪,则基表最多可包含246列。
msdn2.microsoft.com
4.
Microsoft SQL Server 2005 Compact Edition supports the base table, forward-only, and scrollable cursor types.
MicrosoftSQLServer2005CompactEdition支持基表、只进和可滚动游标类型。
msdn2.microsoft.com
5.
Each SELECT statement references one SQL Server base table.
每个SELECT语句引用一个SQLServer基表。
technet.microsoft.com
6.
DB2 V9. 5 introduces base table row storage of XML data.
DB2V9.5引入了XML数据的基础表行存储。
www.ibm.com
7.
However, DB2 will optimize the re-computation as best it can, such as by scanning the summary table instead of the entire base table.
不过,DB2会尽其所能优化重新计算,例如扫描总结表,而不是整个基本表。
www.ibm.com
8.
In earlier versions of SQL Server, the nonclustered index and the base table in the other filegroup are checked.
在早期版本的SQLServer中,会检查其他文件组中的非聚集索引和基表。
technet.microsoft.com
9.
From an early age to study hard, wide base table book, so knowledgeable, engineering poetry, good painting and calligraphy.
自幼刻苦攻读,广览群书,因而学识渊博,工诗文,善书画。
baike.soso.com
10.
Generally, the Database Engine must be able to unambiguously trace modifications from the view definition to one base table.
通常情况下,数据库引擎必须能够明确跟踪从视图定义到一个基表的修改。
msdn2.microsoft.com
1.
Before an existing base table can be added (attached) to a partitioned table, the following conditions must be met
只有满足以下条件,现有基表才能被添加(附加)到分区表
www.ibm.com
2.
The Database Engine first scans the data pages of the base table to retrieve key values and builds an index leaf row for each data row.
数据库引擎首先扫描基表的数据页以检索键值,并为每个数据行生成索引叶行。
technet.microsoft.com
3.
You can modify the data of an underlying base table through a view, as long as the following conditions are true
只要满足下列条件,即可通过视图修改基础基表的数据
msdn2.microsoft.com
4.
References to any base table column that allows nulls
对任何允许使用空值的基表列的引用
technet.microsoft.com
5.
Views can contain expressions in their select list that do not map to any base table columns, for example
视图可在其不映射到任何基表列的选择列表中包含表达式,例如
technet.microsoft.com
6.
Views are similar to the permanent tables of the database (a permanent table is also called a base table) in many ways
视图和数据库的永久表(永久表也称为基表)在多个方面具有相似之处
www.ianywhere.com
7.
Any column in the base table can be specified, except when partitioning a UNIQUE index,
除了在对UNIQUE索引分区时,必须从用作唯一键的列中选择,
msdn2.microsoft.com
8.
This includes view columns that reference columns in the base table for which input values cannot be specified, such as
此操作包括引用基表列的视图列(该基表不能指定输入值),如
technet.microsoft.com
9.
While loading, if the target base table is fragmented, the load happens in parallel under the PDQ environment
加载时,如果目标基表被碎片化(fragmented),加载过程将在PDQ环境下并行发生。
www.ibm.com
10.
Clause specifies only one base table, all column names in the
子句仅指定了一个基表,所以
msdn2.microsoft.com
1.
Is reading columns from more than one base table,
从多个基表中读取列,则,
msdn2.microsoft.com
2.
Aggregations or computations based on data from base table(s)
基本表中的数据上的聚类或计算
www.ibm.com
3.
SQL Server cannot trace this column directly to its base table,
SQLServer不能直接跟踪该列到其基表,
msdn2.microsoft.com
4.
Unload the data from the customer base table using the query in Listing 9
使用清单9中的查询卸载customer基表中的数据
www.ibm.com
5.
Query ON base TABLE executes USING INDEX AND it IS very fast
在基本的表上执行有索引的查询,这非常快
bbs.linuxmine.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/13 5:09:05