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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13675Sai, StanleyW1X3SELondonEnglandUnited Kingdom
16791Yuan, Leonard, FV8Y 1L1CliffsideBritish ColumbiaCanada
20703White, Seth, L97205PortlandOregonUnited States

Generated 2025-07-08 22:57:10.351 UTC