primary key column的意思|示意
主键列
primary key column的网络常见释义
主键列 用于分区的列必须属于索引表的主键列(primary key column)。与常规表一样,索引表上既能够建立本地分区索引(local partitioned index),也能够建立全局分区索引(global partitioned in...
primary key column相关例句
This surrogate column can be designated the primary key column.
可以将该代理列指定为主键列。
If a primary key is specified in the CREATE TABLE statement, the first column of the primary key is used as the distribution key.
如果在CREATE table语句中指定了一个主键,那么主键的首列会被用作分配键。
In this type of table, you define a primary key column, a MIME type column, and one or more generic columns as BLOB data.
在这种类型的表中,你定义了一个主键列,一个MIME类型列,和一个或多个通用列用来表示BLOB数据。
To convert an existing column into a primary key, click on the column (property in the class) in the diagram.
要转换一个已有的列成为一个主键,在图中点击这个列(类中的属性)。
This is just a basic two-column table with the template name as the primary key, so no two templates can have the same name.
这只是一个由两列构成的基本的表,以模板名作为主键,所以任何两个模板都不能具有相同的名称。
In addition to the id primary key, you've declared the customer_id column to be a foreign key referencing the customer table.
除了id主键以外,还声明了customer_id列作为引用客户表的外键。