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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25521Sanchez, Douglas, M10501BerlinNordrhein-WestfalenGermany
14832Rana, BarryB29 6SLBirminghamEnglandUnited Kingdom
13885Howard, Brian, S98403TacomaWashingtonUnited States

Generated 2025-07-09 15:50:57.363 UTC