[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 2023  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24870Morgan, Taylor, MOX1OxfordEnglandUnited Kingdom
22740Rogers, Kimberly94704BerkeleyCaliforniaUnited States

Generated 2025-07-11 11:39:20.931 UTC