[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   SHUFFLE   <  SKIP 246  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14042Adams, Stephanie, R98901YakimaWashingtonUnited States
19239Alexander, Jeremy, D98052RedmondWashingtonUnited States
21902James, Natalie, M91203GlendaleCaliforniaUnited States

Generated 2025-07-10 19:04:02.873 UTC