[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 512   SHUFFLE   <  SKIP 3069  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24186Alonso, TheodoreOX1OxfordEnglandUnited Kingdom
20931Sanchez, Brian, FGL50CheltenhamEnglandUnited Kingdom
14452Gonzalez, Alex, A98371PuyallupWashingtonUnited States
18794Davis, Andrew, C90802Long BeachCaliforniaUnited States

Generated 2025-07-17 03:06:38.914 UTC