[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 34   SHUFFLE   <  SKIP 2693  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16785Lee, Christian, R98403TacomaWashingtonUnited States
22115Rogers, Dalton, A98052RedmondWashingtonUnited States
23387Perry, Xavier, L98312BremertonWashingtonUnited States

Generated 2025-07-13 18:57:28.331 UTC