[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 1875   SHUFFLE   <  SKIP 1222  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27659Lopez, Jesse98104SeattleWashingtonUnited States
15570Powell, Brianna, L91977Spring ValleyCaliforniaUnited States
19250Wu, Lacey, T12311BerlinSaarlandGermany

Generated 2025-07-09 09:27:33.874 UTC