[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 998   SHUFFLE   <  SKIP 801  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14596Hill, Amber, W91941GrossmontCaliforniaUnited States
13836Sara, Dominic, C95010HofBayernGermany
25164Parker, Isaac, C91502BurbankCaliforniaUnited States

Generated 2025-07-14 09:59:59.068 UTC