[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 0   SHUFFLE   <  SKIP 1001  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24094Diaz, Julio, JCB4 4BZCambridgeEnglandUnited Kingdom
18464Suri, Toni2300NewcastleNew South WalesAustralia
27439Ramirez, Chase, A91203GlendaleCaliforniaUnited States

Generated 2025-10-28 05:20:54.882 UTC