[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 250   SHUFFLE   <  SKIP 1140  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28869Howard, Isabella, J98366Port OrchardWashingtonUnited States
27425Morris, Steven90012Los AngelesCaliforniaUnited States
17567Cook, Nathaniel, G94015Daly CityCaliforniaUnited States

Generated 2025-07-14 11:33:01.782 UTC