[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 250   SHUFFLE   <  SKIP 374  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14040Morris, Stephanie, S92020El CajonCaliforniaUnited States
24764Hughes, Abigail, G98201EverettWashingtonUnited States
13473Hill, Logan, A92118CoronadoCaliforniaUnited States

Generated 2025-07-14 02:27:31.769 UTC