Get Knowledge - Information
Browsing Tag

2.14. Working with null

Normal Null: Working with null

Working with null Normal Null: In Cypher®, null is used to represent missing or undefined values. All data types in Cypher are nullable. This means that type predicate expressions always return true for null values.…