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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26309Powell, Julian90241DowneyCaliforniaUnited States
29207James, Katelyn, O98403TacomaWashingtonUnited States
13041Brown, Cameron, D3000MelbourneVictoriaAustralia

Generated 2025-07-16 14:32:31.734 UTC