“主键值”可以翻译为 "primary key value"。
在数据库领域中,“主键”(primary key)是用于唯一标识表中每一行记录的字段或字段组合,而“主键值”就是该主键字段所存储的具体值。例如:In this table, the "ID" column serves as the primary key, and each row has a unique primary key value.(在这个表中,“ID”列作为主键,每一行都有一个唯一的主键值。 )