[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 4   SHUFFLE   <  SKIP 485  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21456Gonzales, Dalton97355LebanonOregonUnited States
26501Parker, Allison94014ColmaCaliforniaUnited States
26093Washington, Nicole92020El CajonCaliforniaUnited States

Generated 2025-07-21 04:08:03.838 UTC