- Learning PostgreSQL 10(Second Edition)
- Salahaldin Juba Andrey Volkov
- 94字
- 2021-07-02 22:42:03
NULL value
Predicates in relational databases use three-valued logic (3VL), where there are three truth values: true, false, and unknown aka NULL. In a relational database, the third value, NULL, can be interpreted in many ways, such as unknown data, missing data, not applicable, or will be loaded later. The three-valued logic is used to remove ambiguity. For example, no two NULL values are equal.
The following table shows logical OR / AND truth operator; note that these operators are commutative, that is, A AND B = B AND A:

推薦閱讀
- Hands-On Intelligent Agents with OpenAI Gym
- 計(jì)算機(jī)應(yīng)用
- R Data Mining
- R Machine Learning By Example
- ROS機(jī)器人編程與SLAM算法解析指南
- Mastering Elastic Stack
- 網(wǎng)絡(luò)安全技術(shù)及應(yīng)用
- 空間機(jī)械臂建模、規(guī)劃與控制
- 電子設(shè)備及系統(tǒng)人機(jī)工程設(shè)計(jì)(第2版)
- Raspberry Pi Projects for Kids
- 菜鳥(niǎo)起飛電腦組裝·維護(hù)與故障排查
- Machine Learning in Java
- Win 7二十一
- 深度學(xué)習(xí)之模型優(yōu)化:核心算法與案例實(shí)踐
- TensorFlow 2.0卷積神經(jīng)網(wǎng)絡(luò)實(shí)戰(zhàn)