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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13319Howard, Charles98270MarysvilleWashingtonUnited States
24978Stewart, Kaylee98312BremertonWashingtonUnited States
20481Edwards, Jordan, L92625Newport BeachCaliforniaUnited States

Generated 2025-07-09 23:30:33.931 UTC