[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 4000   SHUFFLE   <  SKIP 2612  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12416Martinez, Veronica, S90706BellflowerCaliforniaUnited States
25739Rodriguez, CorySW1P 2NULondonEnglandUnited Kingdom
17612Parker, Courtney98055RentonWashingtonUnited States

Generated 2025-07-20 10:43:54.256 UTC