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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24426Russell, Jordan, L90210Beverly HillsCaliforniaUnited States
18994Allen, Jackson, J98027IssaquahWashingtonUnited States
19215Hall, Edward98104SeattleWashingtonUnited States

Generated 2025-07-09 10:38:11.818 UTC