[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 250   <  SKIP 154  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12397Chapman, Shaun, K66041PoingSaarlandGermany
24674Kumar, Dylan, D91977Spring ValleyCaliforniaUnited States
27527Sanchez, Tina94519ConcordCaliforniaUnited States
22044Young, Connor94070San CarlosCaliforniaUnited States

Generated 2025-07-16 23:50:51.800 UTC