In a separate post (ST_Geometry — Don't allow empty geometry), @VinceAngelo mentioned:
A NIL (zero vertex) geometry is a valid shape type. It is required for some operations (e.g., the result of the intersection of two disjoint features). The shapefile specification permits Nil paired with any other one geometry type as the supported types in shapefiles.
Are there any other ways to create NIL (zero vertex) geometry -- other than "intersecting two disjoint features"?
For example, create NIL (zero vertex) geometry using editing tools in ArcGIS Pro. Use case: SQL query testing (Oracle 18c; 10.7.1 EGDB; SDE.ST_GEOMETRY).
Thanks.
Edit - Related: WKT: What is the reasoning behind the concept of a POINT EMPTY?