serialnumber meaning in English
串联数 串行数 成批号码 系列号 流水号 序号 序列号 编号
Examples
- How do you assign unique values to the serialnumber column for each row
那么,怎样将惟一的值赋给每一行的serialnumber列呢? - The insert statement does not need to specify the value for the serialnumber column
Insert语句不需要指定serialnumber列的值。 - You can add a surrogate key column , serialnumber , and designate it as the primary key column
那么可以添加一个代理键列serialnumber ,并将其指定为主键列。 - " will find the maximum serialnumber and increase by 1 , so that the new row will have a unique serialnumber
"将找出最大的serialnumber并将其加1 ,这样新行就有一个惟一的serialnumber 。 - " will have to wait for all the other transactions to finish the insert or update on the table employee before getting the maximum serialnumber
"必须等待其他所有事务完成对表employee的insert或update操作。