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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18059Gonzalez, Bailey, E99362Walla WallaWashingtonUnited States
20405Campbell, Isaiah94070San CarlosCaliforniaUnited States
14543Lu, Heather80074MünchenHessenGermany
16780Bailey, Carlos98371PuyallupWashingtonUnited States

Generated 2025-07-13 15:02:58.171 UTC