[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 0   SHUFFLE   <  SKIP 3070  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11531Yuan, Nina, R90210Beverly HillsCaliforniaUnited States
13305Alexander, Oscar, M98371PuyallupWashingtonUnited States
27911Moore, Robert, L98036LynnwoodWashingtonUnited States
28093Kumar, Brad98225BellinghamWashingtonUnited States

Generated 2025-11-01 07:17:47.422 UTC