[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 1361   <  SKIP 3000  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13428Ramirez, Marcus, A94947NovatoCaliforniaUnited States
20025Bell, Bryce, O98201EverettWashingtonUnited States
11637Hernandez, Morgan90012Los AngelesCaliforniaUnited States

Generated 2025-07-18 21:33:53.471 UTC