[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 1383  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25000Turner, Allison, A98104SeattleWashingtonUnited States
26822Gonzalez, Cindy04139LeipzigNordrhein-WestfalenGermany
25912Rubio, Walter, R3977CranbourneVictoriaAustralia

Generated 2025-07-14 10:05:37.261 UTC