From an SQL command line tool or with the JDBC API, create the database table with an XML type column.
可以借助SQL命令行工具或JDBCAPI,用xml类型列创建数据库表。
To create the table, run the following SQL command from a command line (substitute the schema name of your choice, but the table name is fixed).
为了创建表,请在命令行中运行以下SQL命令(替代您所选择的模式名,但是表名称是固定的)。
At the SQLite command line prompt, enter the SQL commands shown in Listing 3 to create a database table for the application variables.
在SQLite命令行提示栏,输入清单3中的SQL命令,为应用程序变量创建一个数据库表。
So far, I've built a little Delphi application that can execute an SQL command, but I also had to enter the example "CREATE TABLE" SQL command in the Memo field by hand.
现在,我已经构建了一个可以执行SQL命令的小的Delphi应用程序,但还必须在Memo字段中手工输入示例中的“CREATE TABLE”SQL 命令。
Run the following SQL command to create a table.
运行以下SQL命令来创建表。
You can use this dialog to build a subsection of the SQL CREATE TABLE command.
可以使用该对话框构建SQL CREATE TABLE 命令的子区段。
For a department-specific table, you can also use the department or company name as schema, of course. To create a table called PERSON in my schema, I have to execute the following SQL command.
当然,对于特定于部门的表,还可以使用部门或公司名作为模式。
For a department-specific table, you can also use the department or company name as schema, of course. To create a table called PERSON in my schema, I have to execute the following SQL command.
当然,对于特定于部门的表,还可以使用部门或公司名作为模式。
应用推荐