[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 365  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15148West, James, M4810TownsvilleQueenslandAustralia
13759Scott, Jackson92020El CajonCaliforniaUnited States
16456Navarro, Larry20354HamburgHamburgGermany
14571Richardson, Rachel, M90706BellflowerCaliforniaUnited States

Generated 2025-07-11 14:52:17.828 UTC