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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24305Chow, Warren, L6006PerthSouth AustraliaAustralia
20328Carter, Sierra92102San DiegoCaliforniaUnited States
15445Lopez, Bob94310OrlyVal de MarneFrance

Generated 2025-07-13 18:05:05.605 UTC