[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 750   SHUFFLE   <  SKIP 270  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22873Williams, Robert, C90706BellflowerCaliforniaUnited States
14466Adams, Logan97045Oregon CityOregonUnited States
24330Bennett, Jessica, S91910Chula VistaCaliforniaUnited States
14943Pal, Lindsay, E70452StuttgartSaarlandGermany

Generated 2025-07-16 11:17:09.808 UTC