[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 412  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13315Thomas, Lucas, E91932Imperial BeachCaliforniaUnited States
27110Miller, Andrew, CV8Y 1L1CliffsideBritish ColumbiaCanada
18697Lal, Tara, S1597Lane CoveNew South WalesAustralia

Generated 2025-07-11 10:20:14.710 UTC