[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 2025  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22216Howard, Marcus, C91977Spring ValleyCaliforniaUnited States
13532Gill, Melody, V66041PoingSaarlandGermany
26164Vazquez, Krista4810TownsvilleQueenslandAustralia
13202Romero, Natasha, M94014ColmaCaliforniaUnited States

Generated 2025-07-12 15:07:16.205 UTC