[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 4098   SHUFFLE   <  SKIP 450  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28065Gill, Carrie90210Beverly HillsCaliforniaUnited States
11676Hu, Alan55056BranchMinnesotaUnited States
14569Rodriguez, Kristopher98225BellinghamWashingtonUnited States

Generated 2025-07-19 12:15:52.719 UTC