[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 243  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18181Diaz, Neil, CE17 6JFLondonEnglandUnited Kingdom
27541Martin, Samantha94947NovatoCaliforniaUnited States
17848Yuan, Jaime, G01071DresdenHessenGermany
20116Bryant, Hannah, D91910Chula VistaCaliforniaUnited States

Generated 2025-07-15 10:57:08.882 UTC