[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 1881  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13885Howard, Brian, S98403TacomaWashingtonUnited States
26943Xie, Ashlee, S57000MetzMoselleFrance
28650Clark, Jessica, L94947NovatoCaliforniaUnited States
24254Washington, Emily92102San DiegoCaliforniaUnited States

Generated 2025-07-22 11:12:27.949 UTC