[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 250   SHUFFLE   <  SKIP 20  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11540Navarro, Alberto, C92118CoronadoCaliforniaUnited States
11009Carlson, Shannon, C4655Hervey BayQueenslandAustralia
25585Sun, BrentYO15YorkEnglandUnited Kingdom

Generated 2025-07-09 19:34:24.940 UTC