[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 542   SHUFFLE   <  SKIP 79  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25979Edwards, Miguel97005BeavertonOregonUnited States
15256Ramirez, Dalton, R92118CoronadoCaliforniaUnited States
15415Gray, Rachel99202SpokaneWashingtonUnited States

Generated 2025-07-13 06:11:47.539 UTC