nerdexam
Esri

EADA10 · Question #5

An ArcGIS user is working with a CAD polyline feature class. It is comprised of a Feature_Type field containing water main features and a RefName field, which may contain a valve type or may be…

The correct answer is A. "Feature_Type" = `Water Mains' AND "RefName" <> `Null'. See the full explanation below for the reasoning.

Question

An ArcGIS user is working with a CAD polyline feature class. It is comprised of a Feature_Type field containing water main features and a RefName field, which may contain a valve type or may be NULL. How can tins user build a query to isolate Water Main features containing a valid valve type?

Options

  • A"Feature_Type" = Water Mains' AND "RefName" <> Null'
  • B"Feature_Type" = Water Mains AND "RefName" NOT Null
  • C"Feature_Type" = `Water Mains' AND "RefName" IS NOT Null
  • D"Feature_Type" = `Water Mains' AND "RefName" <> IS Null

How the community answered

(22 responses)
  • A
    77% (17)
  • B
    14% (3)
  • C
    5% (1)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full EADA10 Practice