[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 1500   <  SKIP 866  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18408West, Cody98168BurienWashingtonUnited States
19413Kelly, Xavier, M98168BurienWashingtonUnited States
19678Rodriguez, Martin98168BurienWashingtonUnited States

Generated 2025-10-11 02:18:58.307 UTC