为样例应用程序创建数据库表。
这就是您要创建数据库表的位置。
使用xml列类型创建数据库表。
现在需要创建数据库表和一些样例数据。
Now you need to create the database tables and some sample data.
接下来,在chat文件夹内创建数据库表。
可以检查安装的需求,并自动地创建数据库表。
The requirements for installation are checked and the database tables are automatically created.
这说明您没有运行创建数据库表的SQL文件。
What this indicates is that you forgot to run the SQL file that creates the database tables.
在MySQL内创建数据库表可能是最简单的部分。
Creating the database table in MySQL is perhaps the easiest part.
成功打开数据库后,执行创建数据库表的SQLDDL。
After successfully opening the database, the SQL DDL to create the database table is executed.
在上传了这些文件之后,创建数据库表,然后删除安装脚本。
After you upload the files, create database tables, and then delete the installation script.
图4.用来创建数据库表和相应数据源的WTE服务器菜单。
Figure 4. WTE Server menu for creating database tables and a corresponding data source.
例如,您可以在安装期间创建数据库表以便组件可以存储应用程序数据。
For example, you can create database tables during installation so that the component can store application data.
使用tg - adminsqlcreate命令创建数据库表。
Use the tg-admin SQL create command to create the database tables.
基础设施的开发是通过为应用程序创建数据库表和安全部署计划而进行的。
The infrastructure was developed by creating the database tables and the security deployment plan for your application.
可以借助SQL命令行工具或JDBCAPI,用xml类型列创建数据库表。
From an SQL command line tool or with the JDBC API, create the database table with an XML type column.
清单5 . createdb 1 . sql脚本:创建数据库表并填充数据。
The createdb1.sql script: Creates database table and fills with data.
其中唯一的例外是迁移中用于创建数据库表的代码,但事实上这也可以通过数据库中的简单SQL完成。
The only exception to this is the code in the migration to create a database table, but that can also be done in straight SQL in the database.
通过这些现成的解决方案,您可以简单地创建数据库表和服务器项目,然后轻松地运行、调试和测试应用程序。
With this ready-made solution, you can simply create the database tables and server projects, and then easily run, debug and test the application.
让数据库管理员为您创建数据库、模式、表和其他对象。
Have the database administrator create databases, schemas, tables, and other objects for you.
可以让数据库管理员为您创建数据库、模式、表和其他对象。
You can have the database administrator create databases, schemas, tables, and other objects for you.
数据库管理员使用生成的脚本创建所需的数据库和表。
The database administrator USES the generated scripts to create the required databases and tables.
可以用一个php脚本创建这个数据库表。
您可以参考清单1中的数据定义语言(DDL)语句,为样例应用程序创建数据库和表。
You can refer to the Data Definition Language (DDL) statements in Listing 1 to create the database and table for the sample application.
可选地,可以删除由此应用程序创建的数据库表。
Optionally, the database tables created by the application can be deleted.
应该先进行数据库的规划和设计,然后才能实际创建数据库和表。
You want to plan and design for your database before you actually go ahead and create the tables.
创建所需的数据库表并为其填充数据。
创建数据库分区组内的表空间。
如果尚未这样做,请按照第3部分中关于创建数据库和表的说明进行操作。
If you haven't, please follow instructions on creating the database and tables in Part 3.
既然已成功创建了数据库,现在需要创建零件表。
Now that you have successfully created the database, you need to create a parts table.
既然已成功创建了数据库,现在需要创建零件表。
Now that you have successfully created the database, you need to create a parts table.
应用推荐