Refresh the schemas for TESTDB connection in the Database explorer.
在数据库浏览器中刷新testdb连接的模式。
Create a connection to the TESTDB database in the database explorer.
在数据库浏览器中创建到TESTDB数据库的连接。
This example shows how to create a table (tab_new) in the testdb database.
该示例将展示如何在数据库testdb中创建表tab_new。
Scenario: You wish to change the name of this database from TESTDB to NEWNAME.
场景:希望将数据库名从testdb改为newname。
Create a test database on your DB2 server, and call it TESTDB, using the steps below.
按照以下步骤,在DB 2服务器上创建一个测试数据库,并把它命名为testdb。
In the first example, you add a column (col4) into replicate table testtab in the testdb database.
在第一个示例中,您将一个列(col4)添加到数据库testdb中的复制表testtab中。
We can now connect to the testdb database and verify that all the tables were successfully created.
现在可以连接testdb数据库,检查所有表是否已经成功地创建了。
Now, let's create our TESTDB test database and set up our test environment in the database.yml file.
现在,我们来创建TESTDB测试数据库,并在database.yml 文件中设置测试环境。
The example below shows how to establish a trusted connection for user ID "Newton" to testdb database in a CLI application.
下面的例子展示如何在一个CLI应用程序中,为用户ID“newton”建立到testdb数据库的受信任连接。
It is this information that says "database TESTDB can be found in directory SQL00001," and it is this information that gets returned when you execute a LIST DB directory on command.
指明“可以在目录SQL 00001中找到数据库testdb”的正是这些信息,执行LISTDBDIRECTORYON命令返回的也是这些信息。
It is this information that says "database TESTDB can be found in directory SQL00001," and it is this information that gets returned when you execute a LIST DB directory on command.
指明“可以在目录SQL 00001中找到数据库testdb”的正是这些信息,执行LISTDBDIRECTORYON命令返回的也是这些信息。
应用推荐