[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 0   SHUFFLE   <  SKIP 3026  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11715Robinson, Chloe, F91776San GabrielCaliforniaUnited States
14836Chander, Peter, LRG11 5TPBerkshireEnglandUnited Kingdom
17270Parker, Jack94303Palo AltoCaliforniaUnited States
18597Perry, Isabel90505TorranceCaliforniaUnited States

Generated 2025-11-04 23:32:41.713 UTC