Primary key fields cannot be null or duplicated.
正確答案是:A: It is represented as "null" in computers。
專(zhuān)業(yè)分析:
在表格數(shù)據(jù)中,使用"___"表示沒(méi)有明確數(shù)值的記錄。以下是對(duì)各個(gè)選項(xiàng)的分析:
A: It is represented as "null" in computers
- 這是不正確的,因?yàn)?___"是一種人為標(biāo)記,表示數(shù)據(jù)缺失,但在計(jì)算機(jī)系統(tǒng)中,缺失值通常表示為`null`或`NaN`(Not a Number),而不是"___"。
B: It is also called missing value
- 這是正確的。"___"確實(shí)表示缺失值(missing value)。
C: Any field can have it
- 這是正確的。任何字段都可以使用"___"來(lái)表示缺失數(shù)據(jù)。
D: It can be left untreated in text fields if the impact is small
- 這是正確的。如果缺失值的影響很小,尤其是在文本字段中,可以選擇不處理它們。
綜上所述,選項(xiàng)A是不正確的,因此正確答案是A。