[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 512   SHUFFLE   <  SKIP 1023  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26219Suri, SummerPE17BuryEnglandUnited Kingdom
25419King, Hunter90706BellflowerCaliforniaUnited States
23449Peterson, Steven, LV8VVictoriaBritish ColumbiaCanada
17691Bradley, AlexandriaV8XRoyal OakBritish ColumbiaCanada

Generated 2025-07-11 17:51:50.310 UTC