[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 2500   SHUFFLE   <  SKIP 481  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19843Kumar, Connor, G91941GrossmontCaliforniaUnited States
11213Murphy, Stephanie, B98020EdmondsWashingtonUnited States
25202King, Jonathan, C97222MilwaukieOregonUnited States

Generated 2025-07-20 02:24:06.017 UTC