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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15584Raji, Christy2444Port MacquarieNew South WalesAustralia
26307Miller, Alexander94014ColmaCaliforniaUnited States
15671Torres, LawrenceL4 4HBLiverpoolEnglandUnited Kingdom
26684Andersen, Dustin, L94704BerkeleyCaliforniaUnited States

Generated 2025-07-18 23:38:58.370 UTC