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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26401Butler, NatalieEM15Esher-MoleseyEnglandUnited Kingdom
22720Alexander, Jonathan90802Long BeachCaliforniaUnited States
11904Cook, Kaylee3220GeelongVictoriaAustralia

Generated 2025-07-14 11:35:11.218 UTC