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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14357Collins, Dalton, M95062Santa CruzCaliforniaUnited States
11630Powell, Haley98104SeattleWashingtonUnited States
24972Garcia, Edward94536FremontCaliforniaUnited States

Generated 2025-07-10 09:11:47.315 UTC