To get the schema into the database, you must first create the database, then add the schema. You do this using the command-line directives.
要将模式导入数据库,必须先创建一个数据库,然后再添加模式。
First, you'll create the database.
首先要创建数据库。
First, create the SAMPLE database by executing the db2sampl command on the command line as shown in Listing 1.
首先,通过在命令行上执行db2sampl命令创建SAMPLE数据库,如清单1所示。
应用推荐