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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20004Perez, Kaitlin94519ConcordCaliforniaUnited States
14286Hernandez, Kristine2300NewcastleNew South WalesAustralia
13572Deng, Shaun70452StuttgartSaarlandGermany
22780Rogers, Jennifer90802Long BeachCaliforniaUnited States

Generated 2025-07-12 01:40:20.679 UTC