[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 2020  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17393Sharma, Jordan, R94704BerkeleyCaliforniaUnited States
20272James, Seth, W98225BellinghamWashingtonUnited States
23367Ramirez, Haley, A98027IssaquahWashingtonUnited States
16543McDonald, JennyW1Y 3RALondonEnglandUnited Kingdom

Generated 2025-07-11 18:37:20.822 UTC