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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26331Powell, Melanie, K98312BremertonWashingtonUnited States
27661Martinez, Christopher, F91950National CityCaliforniaUnited States
13905Henderson, Christian92806La JollaCaliforniaUnited States

Generated 2025-07-20 22:34:45.619 UTC