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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17390Lewis, Blake97222MilwaukieOregonUnited States
27198Flores, Jocelyn98168BurienWashingtonUnited States
21237Washington, Luke92625Newport BeachCaliforniaUnited States

Generated 2025-07-12 23:50:45.132 UTC