[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 1980  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14111Anderson, Michael, K97045Oregon CityOregonUnited States
12396Yang, Susan, E95010HofBayernGermany
18157Hall, Isabella60323FrankfurtHessenGermany
28144Phillips, Noah98901YakimaWashingtonUnited States

Generated 2025-07-10 16:17:52.997 UTC