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

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11790Gonzalez, Timothy, C91910Chula VistaCaliforniaUnited States
20755Lopez, Alex94519ConcordCaliforniaUnited States
16741Xu, Alan2138RhodesNew South WalesAustralia
11424Garcia, Pamela, S12311BerlinSaarlandGermany
13224Brooks, Amanda, F98033KirklandWashingtonUnited States
19680King, Jan97355LebanonOregonUnited States

Generated 2025-11-01 06:00:13.877 UTC