[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 1039   SHUFFLE   <  SKIP 2048  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16896Perez, Natalie92020El CajonCaliforniaUnited States
26101Smith, Phillip, S98225BellinghamWashingtonUnited States
21469Bell, Caitlin, C92020El CajonCaliforniaUnited States

Generated 2025-07-15 08:16:56.857 UTC