[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 4   SHUFFLE   <  SKIP 3012  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11408Gill, Darren, MW1Y 3RALondonEnglandUnited Kingdom
25577Wright, Elijah, IPB12PeterboroughEnglandUnited Kingdom
19984Morris, Sara92020El CajonCaliforniaUnited States

Generated 2025-07-17 16:15:43.571 UTC