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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27288Richardson, Destiny, L92625Newport BeachCaliforniaUnited States
22899Carter, Charles, R92020El CajonCaliforniaUnited States
13449Diaz, Jerome, H98312BremertonWashingtonUnited States

Generated 2025-07-14 16:31:13.454 UTC