A database option that determines if the application should fully populate the time dimension table when the table is created on first startup.
一个数据库选项,用来决定此应用程序是否应在时间维度表首次启动被创建时完全填充此表。
If you hold CONTROL privilege on a table, you can update values that pertain to that table, but if you hold explicit DBADM authority on the database, you can change any updatable column.
如果在某个表上拥有CONTROL权限,那么就可以更新属于该表的值,但是如果拥有数据库上显式的DBADM授权的话,那么您可以更新任何可更新的列。
The simple answer is to delete the table from the database and, if necessary, create a replacement table.
简单的答案是从数据库中删除表。而且,如果必要,再创建一个替代表。
If database partitioning and range partitioning are used together, the rows in a table are first hashed across the database partitions and then range-partitioned within each database partition.
如果数据库分区和范围分区一同使用,那么表内的行首先会跨数据库分区做散列处理,然后再在每个数据库分区中执行范围分区。
If the relational data resided in a remote DB2 or OEM database, we would simply create a nickname for this remote table in our database.
如果关系数据驻留在远程DB 2或OEM数据库中,那么我们将简单地为我们数据库中的这个远程表创建一个别名。
If the application USES database tables, then a new column designating the tenant ID is added to each table in the database.
如果应用程序使用数据库表,那么在每个数据库表中添加一个表示租户ID的新列。
Note: The system fails to create the table if a table with the same name already exists in the user database.
注意:如果这个表格的名称与这个用户数据库中已经存在的名称相同,这个系统就不能创建这个表格。
If the sorted data cannot fit entirely into the sort heap, which is a block of memory that is allocated each time a sort is performed, it overflows into a temporary table owned by the database.
如果无法将排序的数据整个放入排序堆中(排序堆是每次执行排序时分配的一块内存),它就会溢出到该数据库所有的临时表中。
If a table partition does not exist on the database partition, the request is sent to the first database partition in the database partition group that holds a partition for that table.
如果表分区不在该数据库分区上,那么将请求发送给数据库分区组中持有该表分区的第一个数据库分区。
More can be done here: create a table, for example, if the table doesn't exist in the database.
在这里还可以做更多操作:例如,如果数据库中不存在表,则创建表。
Keep in mind that when you use a typed DataSet, if the corresponding schema changes in the underlying database table, you will need to synchronize the schema in the typed DataSet.
使用类型化数据集时请记住,如果基础数据库表中对应的架构发生改变,则需要同步类型化数据集中的架构。
If collocation is not a major consideration, a good partitioning key for a table is one that spreads the data evenly across all database partitions in the database partition group.
如果不需要特别考虑并置,那么能使数据均匀地散布在数据库分区组中所有数据库分区上的分区键就是好的分区键。
The analysis on all tables of a database could become cumbersome, if done per table.
如果逐个地对数据库中的所有表进行分析,则分析过程有些烦琐。
If you don't, you need to have some way of uniquely identifying each user in a database table (a primary key, usually an integer), a username (also unique), an E-mail address, a password, etc.
如果还没有,那么需要采用某种方式使用一个数据库表(一个主键,通常是一个整数)、一个用户名(也是惟一的)、一个电子邮件地址和密码等标识每个用户。
If the partitioning key for a table to be loaded in the database is an integer that has possible values between 1 and 500,000, the partitioning key is hashed to a partition number between 0 and 4 095.
如果数据库中所装载的表的分区键是1到500,000之间的整数,则分区键被散列到0到4 095之间的一个分区号。
If you had a database table that you wanted to make sure was available only to your Web application components and not to any other components or applications, this would be ideal.
如果希望确保某个数据库表仅能够用于您的Web应用程序组件,而不是能够用于其他任何组件或应用程序,则此类方法较为理想。
If you're using MySQL and want to define foreign keys for a table, you'll need to define those fields in code after loading the schema from the database.
如果使用的是MySQL,而且想要为表定义外键,则需要在从数据库中加载模式之后,编写代码定义这些字段。
If you had a table named Customers in the database, you would have an object named customer that would have the fields from the table and represent a single customer.
如果在数据库中有一个表,名为Customers,那么就应当有一个对象,名为Customer,它应当拥有来自表的字段,并代表一个客户。
This is also what you'd probably have if there was a database table being used to persist the artists.
如果使用数据库表保存艺术家,那么可能也需要使用此ID。
Next you will need to create a new JSF page (if one does not already exist called addnews.jsp) based on the basetemplate.jtpl that will be used for adding news to a table in the database.
下一步您需要创建一个新的js f页面(如果不存在名为addnews. jsp的页面),该页面基于basetemplate . jtpl,它将用于向数据库的表格中添加消息。
Drop Pending 0x8000 a table space is in this state if one or more of its containers is found to have a problem during a database restart operation.
DropPending0x8000在重新启动数据库时,如果发现该数据库的一个或多个容器有问题,那么表空间就会处于这种状态。
For example, if you have an object in Rails called LineItem, Rails assumes that there is a corresponding database table called line_items to store the data.
例如,如果Rails中有名为LineItem的对象,Rails则假设有个用于存储数据的对应数据库表line_items。
If fetch returns FALSE, the result set is empty, thus a catalog table row for the catalog id value is not defined in the database table.
如果fetch返回FALSE,则结果集为空,表明数据库表中还没有为catalogid值定义一个catalog表行。
You create a Statement to execute commands to drop and recreate the table, which allows you to reset the database from this program if it becomes corrupted.
创建一个Statement来执行删除和重新创建表的命令,这允许您在数据库受损时通过此程序重置数据库。
You may experience deadlocks from a database if both methods try to access to the same table.
如果两个方法都试图访问同一张表,您就可能遇到来自数据库的死锁。
Also, if you later create a new table space in the database, you must then take a backup that contains the table space.
此外,如果您随后在数据库中创建了一个新的表空间,那么必须进行包含该表空间的备份。
Once installed, you need to create at least one database and one table in order to create a connection and test to see if you can access data in the created table.
一旦完成安装,您至少还需要创建一个数据库和一个表,以便在它们之间建立连接,并测试是否可以访问所创建表中的数据。
The first command creates the database (if it does not exist already) as well as a table with two columns, an issue number, and a title.
第一个命令创建数据库(如果数据库还不存在的话)和一个表,这个表包含两列——期号和标题。
The partitioning key for each table in a tablespace that is associated with a database partition group determines if the tables are collocated.
在与一个数据库分区组相关联的表空间中,每个表的分区键可以确定表是否是并置的。
If the database designer has created a Primary partition Index on a table, queries should incorporate the partitioning column.
如果数据库设计者已在表上创建了主分区索引,那么查询应当与分区列结合。
应用推荐