[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 3138  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20626Sara, Jarrod1002SydneyNew South WalesAustralia
15554Bailey, Zoe, L94519ConcordCaliforniaUnited States
26918Hernandez, Krista, J3977CranbourneVictoriaAustralia
13813Sun, Kristen93290Tremblay-en-FranceSeine Saint DenisFrance
17907Luo, Priscilla, R2500WollongongNew South WalesAustralia
25157Miller, DestinyV0SookeBritish ColumbiaCanada

Generated 2025-11-02 02:12:40.517 UTC