[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 3368  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13905Henderson, Christian92806La JollaCaliforniaUnited States
16248Ross, Alyssa98027IssaquahWashingtonUnited States
13348Young, Noah91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-10 17:07:30.793 UTC