[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 24   SHUFFLE   <  SKIP 1085  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22199Lee, David, J3220GeelongVictoriaAustralia
18527Baker, Jonathan, B98403TacomaWashingtonUnited States
20319Alexander, Dylan98168BurienWashingtonUnited States

Generated 2025-07-14 09:26:53.808 UTC