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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14653Fernandez, Troy, H94519ConcordCaliforniaUnited States
23188Jai, Austin, M98366Port OrchardWashingtonUnited States
12232Hernandez, Sean, E33098PaderbornNordrhein-WestfalenGermany

Generated 2025-07-13 15:54:35.799 UTC