[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 2000   SHUFFLE   <  SKIP 159  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11355Gutierrez, RobertoRG41 1QWWokinghamEnglandUnited Kingdom
27497Rana, Johnathan, R2450Coffs HarbourNew South WalesAustralia
20495Wang, Wesley, A94010BurlingameCaliforniaUnited States

Generated 2025-11-05 15:56:15.692 UTC