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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23797Perez, Nathan90802Long BeachCaliforniaUnited States
18254Martin, Larry1597Lane CoveNew South WalesAustralia
26725Smith, Alexis, L98371PuyallupWashingtonUnited States

Generated 2025-07-08 12:20:20.496 UTC