[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 4000   SHUFFLE   <  SKIP 2488  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19003Stewart, Jared, L94947NovatoCaliforniaUnited States
28010Long, Justin97045Oregon CityOregonUnited States
23508Jones, Blake98033KirklandWashingtonUnited States

Generated 2025-07-15 23:05:42.188 UTC