[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 40   <  SKIP 2327  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19413Kelly, Xavier, M98168BurienWashingtonUnited States
19552Zhu, Margaret, M98168BurienWashingtonUnited States
19727Vazquez, Natasha, J98168BurienWashingtonUnited States

Generated 2025-07-21 03:24:35.263 UTC