[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   <  SKIP 4900  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17020Bryant, Ashley, J98020EdmondsWashingtonUnited States
16991Henderson, Brianna, C98020EdmondsWashingtonUnited States
18082Sanchez, Steven, E98020EdmondsWashingtonUnited States
18323Clark, Jeremy, J98020EdmondsWashingtonUnited States

Generated 2025-07-19 21:52:45.221 UTC