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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15250Scott, Jose, M91945Lemon GroveCaliforniaUnited States
21329Brown, Wyatt94063Redwood CityCaliforniaUnited States
19533Long, Vanessa, R92806La JollaCaliforniaUnited States

Generated 2025-07-11 15:01:33.623 UTC