[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 252   SHUFFLE   <  SKIP 123  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19560Martin, Randall, B2300NewcastleNew South WalesAustralia
17430King, Edward98225BellinghamWashingtonUnited States
23033Turner, Alex, J90712LakewoodCaliforniaUnited States
24954Long, Jonathan91950National CityCaliforniaUnited States
20176Alexander, Antonio64283DarmstadtHessenGermany
20387Adams, Jordan, R91502BurbankCaliforniaUnited States

Generated 2025-11-05 10:05:23.921 UTC