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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21907Hall, Jordan98201EverettWashingtonUnited States
21458Price, Carson91945Lemon GroveCaliforniaUnited States
13296Anderson, Seth, D90210Beverly HillsCaliforniaUnited States

Generated 2025-07-20 22:23:53.503 UTC