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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16108Howard, Bryce, E98020EdmondsWashingtonUnited States
16774Perry, Eduardo, R98901YakimaWashingtonUnited States
24685Kumar, Jordan, E91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-10 21:08:15.556 UTC