确保每个表都有一个主键。
表中的每个记录都有一个惟一的ID,称为主键。
Every record in the table has a unique ID called the primary key.
注意这个表有两个主键。
目标表必须有一个主键。
要实现更好的复制,ER要求表定义一个主键。
To help with replication ER requires that the table have a primary key defined.
第二个( REF_ESTATE_ID)是另外一个表的主键的列名。
The second (REF_ESTATE_ID) is the column name from the other table's primary key.
第一列(ID)是此表的主键。
行键是表的主键,通常是一个字符串。
The row key is the primary key of the table and is typically a string.
您可以回想一下,创建db2表时指定了account_num列作为主键。
If you recall, your DB2 table was created specifying the primary key of the ACCOUNT_NUM column.
允许您定义表的主键、惟一键和外键。
The keys view allows you to define primary, unique, and foreign keys for the table.
还将ID列标识为表的主键。
You've also identified the id column as the table's primary key.
每个表有一个用作主键的id字段。
所以,在book表这个示例中,有一个主键字段叫做book_id。
So, in the case of the book table, there is a primary key field called book_id.
keys视图允许定义表的主键、惟一键和外键。
The keys view allows you to define primary, unique, and foreign keys for the table.
步骤5:向表添加主键。
事实上这是dw_authors表的主键,因此必须有。
In fact, it's the primary key of the dw_authors table, so it must exist.
Time表的主键是 date_time。
location表的主键是location_id。
customer表的主键是cust_num。
通常,源表的主键值是一个很好的选择。
Usually, the primary key field of the source table makes a good choice.
表必须具有相同的主键、唯一索引或唯一约束。
Tables must have the same primary key, unique index, or unique constraint.
唯一约束是表的主键,因此不能移除。
Can't remove unique constraint since it's the primary key of a table.
为什么删除主键会影响所有的表行吗?
我们已与公司的名字和数字主键标识表。
We have table with companies names and a numeric primary key identity.
当保存表时,主键将在数据库中进行更新。
The primary key is updated in the database when you save your table.
该列必须至少在一个表中是主键。
The column must be a primary key in at least one of the tables.
一个表只能有一个主键。
表通常包括一个主键,该主键确保每个行都是唯一的。
A table usually includes a primary key that ensures every row is unique.
该表已为自动编号主键。
输入分配给该表的主键的列。
应用推荐