[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 4000   SHUFFLE   <  SKIP 2920  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16184She, Christine4000BrisbaneQueenslandAustralia
16912Patterson, Dalton, A98501OlympiaWashingtonUnited States
26687Xu, Marshall98225BellinghamWashingtonUnited States

Generated 2025-07-13 02:11:04.917 UTC