[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 2421   SHUFFLE   <  SKIP 903  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14383Ferrier, Marvin, L94519ConcordCaliforniaUnited States
23660Tang, Christy, R2113North RydeNew South WalesAustralia
21232Garcia, Levi, G2036MatravilleNew South WalesAustralia

Generated 2025-07-13 12:53:35.207 UTC