[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 4   SHUFFLE   <  SKIP 723  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13950Hernandez, Meredith, B98225BellinghamWashingtonUnited States
23388Henderson, Ana92020El CajonCaliforniaUnited States
15558Morris, Hailey98371PuyallupWashingtonUnited States

Generated 2025-07-14 13:04:27.779 UTC