[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 512   SHUFFLE   <  SKIP 19  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24660Perry, Anna91791West CovinaCaliforniaUnited States
18428Henderson, Alexis97205PortlandOregonUnited States
12288Brooks, Sara, APB12PeterboroughEnglandUnited Kingdom
28777Wood, Brittany98901YakimaWashingtonUnited States

Generated 2025-07-11 22:20:23.111 UTC