[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 2000   SHUFFLE   <  SKIP 626  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11829Campbell, Sophia98104SeattleWashingtonUnited States
20945Tang, Roger, M80074MünchenNordrhein-WestfalenGermany
26486Cook, Andrea90012Los AngelesCaliforniaUnited States

Generated 2025-07-12 11:32:34.347 UTC