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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17447Lewis, Sydney, L94519ConcordCaliforniaUnited States
22523Xu, Jon, G60323FrankfurtHessenGermany
28625Griffin, Logan98284Sedro WoolleyWashingtonUnited States

Generated 2025-07-18 16:11:53.181 UTC