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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13662Roberts, Miguel, C59491Villeneuve-d'AscqNordFrance
13426Williams, Taylor90706BellflowerCaliforniaUnited States
23089Walker, Lucas98027IssaquahWashingtonUnited States

Generated 2025-07-13 14:51:09.602 UTC