[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 1401  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20395Rogers, Katherine, B94010BurlingameCaliforniaUnited States
14379Foster, Richard, C94536FremontCaliforniaUnited States
23319Green, Luis95062Santa CruzCaliforniaUnited States

Generated 2025-07-11 11:42:37.569 UTC