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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17042Jackson, Tyler, L98403TacomaWashingtonUnited States
29058Reed, Olivia, L92118CoronadoCaliforniaUnited States
28075Jones, Edward99202SpokaneWashingtonUnited States

Generated 2025-07-09 03:01:12.376 UTC