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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20072Martinez, Kaitlyn, S98201EverettWashingtonUnited States
20491Perry, Dakota98201EverettWashingtonUnited States
20688Ramirez, Steven, A98201EverettWashingtonUnited States

Generated 2025-07-11 22:56:54.488 UTC