[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 512   SHUFFLE   <  SKIP 3298  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12198Scott, Noah97222MilwaukieOregonUnited States
17583Cook, Stephanie98312BremertonWashingtonUnited States
11792Perry, Alexia, J94014ColmaCaliforniaUnited States

Generated 2025-07-18 00:07:54.786 UTC