[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 484   SHUFFLE   <  SKIP 259  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25174Smith, Monica59101BillingsMontanaUnited States
28108Yang, Roger, A3220GeelongVictoriaAustralia
16790Lopez, Hunter, A97205PortlandOregonUnited States
13380Scott, Katherine90706BellflowerCaliforniaUnited States

Generated 2025-07-13 22:56:41.934 UTC