[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 509   SHUFFLE   <  SKIP 778  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23038Reed, Sydney98052RedmondWashingtonUnited States
27917Sanders, Andrea, L90802Long BeachCaliforniaUnited States
25399Leitão, Jorge91776San GabrielCaliforniaUnited States

Generated 2025-07-14 22:56:21.178 UTC