[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 2000   SHUFFLE   <  SKIP 268  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29026Mitchell, Sydney91203GlendaleCaliforniaUnited States
20481Edwards, Jordan, L92625Newport BeachCaliforniaUnited States
14051Rivera, Nathaniel, M7001HobartTasmaniaAustralia

Generated 2025-07-13 15:58:12.810 UTC