Also, if you later create a new table space in the database, you must then take a backup that contains the table space.
此外,如果您随后在数据库中创建了一个新的表空间,那么必须进行包含该表空间的备份。
In addition to the functions, these databases allow you to create new types and create object hierarchies through the use of table hierarchies.
除了函数,这两种数据库还允许您创建新的类型,以及通过使用表层次结构创建对象层次结构。
Suppose the administrator needs to create a new table on the credit checking server to store information about customers on the bad credit list that require legal action.
假设管理员需要在信用检查服务器上创建一个新表,用于存储关于被列入不良信用名单、需要进行法律诉讼的客户的信息。
Before you can test this, you will need to create a new page for adding mortgages to the mortgage table.
在您测试该操作之前,必须要创建一个新的页面,用于向抵押表格中添加抵押。
As an initial step you will need to create a new table within the database that you have been using for this application.
作为第一步操作,您需要为该应用程序所用的数据库中创建一个新的表格。
You can add new keys and remove keys (in the upper table), and create or change the bindings of any key, as well as remove a binding (in the lower table).
您可以(在上方的表中)添加新键并移除已有的键,创建或更改任意键的绑定,以及(在下方的表中)移除一个绑定。
This means that if your SQL were a bit more complicated and queried a table for multiple results, it would create a new line in the rendered XHTML table.
这意味着,如果SQL稍微有点复杂,并且要查询一个表来查找多个结果,那么该函数会在所呈现的xhtml表中创建一个新行。
At some point in the future, the DBA may want to create a new table for separation of application data, but this is strictly a logical and semantic requirement and is not required by the database.
以后的某个时候,DBA可能希望创建一个新的表来分隔应用程序数据,但这仅仅是一个逻辑和语义需求,不是数据库的要求。
You can create a FOT on a new table created after conversion or on an existing table.
您可以在升级后创建的新表格或者在当前表格上创建一个FOT。
For example, if you create a new database with an 8 KB page size, the default buffer pool for all the table Spaces will be 8 KB.
例如,如果用8KB页面大小创建一个新的数据库,那么所有表空间默认的缓冲池将是8 KB。
Because this restriction is removed, even if the database is not created in UTF-8, a user can alter a table to add an XML column or create a new table with XML columns.
由于去掉了这个限制,即使数据库不是用utf - 8格式创建的,用户也可以更改一个表以添加xml列,或者创建一个包含xml列的新表。
To store XML documents, a user needs to create a table, and specify a column to use a new data type, XML, as shown in the example below.
要想存储XML文档,用户需要创建一个表,并指定一个列使用一种新的数据类型XML,如下面的例子所示。
Create a new requirement type called expectation with the tag exp, and then create the attributes shown in Table 1.
利用标签EXP创建一个称为期望的新需求类型,然后创建表1中显示的属性。
Before beginning, make sure that you have your access to a DB2 server, because we are going to create a new table.
在开始之前,确保您能够访问DB 2服务器,因为我们将要创建一个新表。
Suppose we were to create a new table, NEWSTAFF, using the table definition for the STAFF table.
假设我们要使用STAFF表的表定义来创建一个新表NEWSTAFF。
You can use the PASSTHRU session to directly send the create table statement to the data source and create a nickname for this new table.
您可以使用PASSTHRU会话直接将CREATE table语句发送到数据源,并为这个新表创建一个昵称。
You need to create a new database table, which is required to store the special interest groups a customer might be interested in.
需要创建一张新数据库表,在存储客户可能感兴趣的特殊兴趣组时它是必需的。
Now, create a new table called status_updates, which will store the updates for the microblogging application in XML format.
现在,创建一个名为status_updates的新表,用于储存xml格式的微型博客应用程序的更新。
In DB2 Viper 2, customers can now create XML columns in any new or existing table, inside of any new or existing database.
在DB 2Viper2中,用户现在可以在任何新的或已有的数据库中,在新的或已有的表中创建xml列。
Create the desired database, schema, and table on the new server.
在新服务器上创建想要的数据库、模式和表。
Now we know we have a new user, so we can create a record in the user table with the status of invitee
现在我们知道我们已经拥有了一位新用户,于是我们可以在用户表中创建一条新记录,状态为invitee
For this article, I create a new recipe database application called recipe. It needs only one table.
本文将创建一个新的菜谱应用程序,称为Recipe,只需要一个表。
To create a new binding, select a key in the upper table, and click bind, as shown in Figure 14.
要创建一个新绑定,选中上方的表中的一个键,单击Bind,如图14所示。
To create a new feed from the product table, the production manager first clicks on the New Feed link on the main page and selects Relation Database Query (SQL) from the supported data sources list.
为了从产品表创建新的提要,生产经理首先单击主页上的NewFeed链接,并从受支持数据源列表中选择 RelationDatabaseQuery (SQL)。
The innermost print statement utilizes a new concept, called string formatting to create a nicely formatted table.
最里面的print语句使用了一个名为字符串格式化的新概念来创建格式设置精美的表。
Within that subclass, we create a new method called EventTable that builds a table of results for a given event.
在这些子类内,我们创建了一个名为EventTable的新方法,为给定事件构建了一个结果表。
To add a new row to your table, you simply create an instance of your entity class, set the attributes, and tell the EntityManager to persist the new entity.
为了向您的表格添加一个新行,您只需创建一个实体类的实例,设置其属性,并更新类entitymanager以支持新实体。
Using the DDL shown in Listing 2, you can create a new table of name "employee", containing only two columns: id of type INTEGER and doc of type XML.
可以使用清单2所示的DDL创建一个名为“employee”的新表,其中只包含两列:INTEGER类型的id列和xml类型的doc列。
Complete the following steps to create a new Data Design Project, the EMPLOYEEPAYINFO table, and to populate the four new columns from another table.
完成以下步骤,以创建一个新的DataDesignProject和employeepayinfo表,并用另一个表中的数据填充4个新列。
Run rake db: migrate to drop the existing DOCUMENTS table, create the new XML-data-only table called XML_CONTENTS, and the new DOCUMENTS table (without the XML column).
运行rakedb:migrate以删除现有的documents表、创建只存储XML数据的新表xml_contents和新的documents表(不包含xml列)。
应用推荐